Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Add Menu Items

10 years 3 weeks ago
  • dave's Avatar
    Topic Author
  • dave
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Hi, I want to be able to add a menu item to the menu in profile which has friends, photos, videos, groups, events

any ideas how?

10 years 3 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

HI dave,

You simply you can add it from Menu Joomla Manager :).. please follow this doc documentation.jomsocial.com/wiki/Modifying_Toolbar

thank you

10 years 3 weeks ago
  • dave's Avatar
    Topic Author
  • dave
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Does that change the menu directly under the cover photo?

Thanks!

10 years 3 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Dave,

I am not undertsand, do you mean menu to change cover photo (popup) ? if you wanna open cover it cant be done with Joomla menu.. because need javascript code for trigger it...

Please ellaborate more

thank you

10 years 3 weeks ago
  • dave's Avatar
    Topic Author
  • dave
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Under the cover photo there is a menu that says Friends photos videos groups events

After events I want to add another menu item

10 years 3 weeks ago
  • dave's Avatar
    Topic Author
  • dave
  • Offline
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

I want to add a menu item to the menu i have added a screen shot of

Attachments:
10 years 3 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

HI Dave,

You should hack the template file components/com_community/templates/jomsocial/layouts/profile/focus.php, and add your menu code after this code :

<?php if($eventEnabled) {?>
        <li class="half"><a href="<?php echo CRoute::_('index.php?option=com_community&view=events&task=myevents&userid='.$profile->id); ?>"><?php echo ($profile->_events == 1) ? JText::_('COM_COMMUNITY_EVENTS_COUNT') . ' <span class="joms-text--light">' . $profile->_events . '</span>' : JText::_('COM_COMMUNITY_EVENTS_COUNT_MANY') . ' <span class="joms-text--light">' . $profile->_events . '</span>' ?></a></li>
        <?php }?>

note : If you wanna edit the template file I suggest you override it documentation.jomsocial.com/wiki/Customizing_Template

thank you

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