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.

Hiding join button for selected group

10 years 11 months ago
  • April's Avatar
    Topic Author
  • April
  • Offline
  • Fresh Boarder
  • Posts: 53
  • Thank you received: 1
Licenses:
JomSocial Expired

Hi Albert,

It's perfectly done. Thank you very much.

Just wondering whether it is only the "groups.viewgroup.php" that you have modify? Do I need to replace this file everytime I upgrade JomSocial?

10 years 11 months ago
Licenses:

Hi April,

sorry I forget to explain one changes:
/components/com_community/views/groups/view.html.php line 142:

from
$this->addSubmenuItem('index.php?option=com_community&view=groups&task=invitefriends&groupid=' . $groupid, JText::_('COM_COMMUNITY_TAB_INVITE'), 'joms.invitation.showForm(\'' . $userIds . '\', \'groups,inviteUsers\',' . $group->id . ',1,1);', SUBMENU_RIGHT);

to
if ($isSuperAdmin) $this->addSubmenuItem('index.php?option=com_community&view=groups&task=invitefriends&groupid=' . $groupid, JText::_('COM_COMMUNITY_TAB_INVITE'), 'joms.invitation.showForm(\'' . $userIds . '\', \'groups,inviteUsers\',' . $group->id . ',1,1);', SUBMENU_RIGHT);

this is for group member listing page. and need to replace at every upgrade.
but for groups.viewgroup.php no need, because override.
Views can't override, only under templates folder can override

Regards,
Albert

10 years 11 months ago
  • April's Avatar
    Topic Author
  • April
  • Offline
  • Fresh Boarder
  • Posts: 53
  • Thank you received: 1
Licenses:
JomSocial Expired

Hi Albert,

Thank you very much for your great support :)

The following user(s) said Thank You: Albertus
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