Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Community toolbar edit

8 years 11 months ago
  • Max's Avatar
    Topic Author
  • Max
  • Offline
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 3
Licenses:
JomSocial Expired Socialize Expired

Hi,

How do I edit the community toolbar (the top nav module)?
The login button links to /component/community/frontpage and I want it to be changed to /home.
Furthermore I would like to change the language under the setting icons to German.
Also for me I would like to delete some functions as it makes no sense to have 2x friend requests, 2x messages, 2x profile,...as I have the same functions in the community toolbar over the activity stream again...

The related site is: music.kanoon.de

Thanks,
Max

Attachments:
8 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

#1 you can change the redirect login by using jomsocial redirect plugin
#2 for that text we use the same string with hellome module, so you only need to download all germany translation package from here www.jomsocial.com/translations/translations/de-DE
#3 you need to modify this file modules/mod_community_toolbar/tmpl/default.php, find and remove this code :

<li>
					<a rel="tooltip" data-placement="bottom" class="joms-module-global-notif" href="javascript:" onclick="joms.popup.notification.global();" title="<?php echo JText::_( 'COM_COMMUNITY_NOTIFICATIONS_GLOBAL' );?>">
						<span class="glyphicon glyphicon-globe"></span>
						<span class="joms-notifications__label joms-js--notiflabel-general"><?php if( $newNotificationCount ) { echo $newNotificationCount; } ?></span>
					</a>
				</li>
				<li>
					<a rel="tooltip" data-placement="bottom" class="joms-module-friend-invite-notif" onclick="joms.popup.notification.friend(); return false;" href="<?php echo CRoute::_( 'index.php?option=com_community&view=friends&task=pending' );?>" onclick="joms.notifications.showRequest();return false;" title="<?php echo JText::_( 'COM_COMMUNITY_NOTIFICATIONS_INVITE_FRIENDS' );?>">
						<span class="glyphicon glyphicon-user"></span>
						<span class="joms-notifications__label joms-js--notiflabel-frequest"><?php if( $newFriendInviteCount ){ echo $newFriendInviteCount; }?></span>
					</a>
				</li>
				<li>
					<a rel="tooltip" data-placement="bottom" class="joms-module-new-message-notif" onclick="joms.popup.notification.pm(); return false;" href="<?php echo CRoute::_( 'index.php?option=com_community&view=inbox' );?>"  onclick="joms.notifications.showInbox();return false;" title="<?php echo JText::_( 'COM_COMMUNITY_NOTIFICATIONS_INBOX' );?>">
						<span class="glyphicon glyphicon-envelope"></span>
						<span class="joms-notifications__label joms-js--notiflabel-inbox"><?php if( $newMessageCount ){ echo $newMessageCount;} ?></span>
					</a>
				</li>

thank you!

8 years 11 months ago
  • Max's Avatar
    Topic Author
  • Max
  • Offline
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 3
Licenses:
JomSocial Expired Socialize Expired

Excellent support! Thanks!
Reg. #2: Yes, I have that language pack... Will speak to the author to edit it for the next update.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW