By P Hughes on Thursday, 14 January 2016
Posted in Groups
Replies 1
Likes 0
Views 1K
Votes 0
I'm really busy rebuilding our website and restructuring how we do things at REVS Simracing UK.

Just a simple question - how can i stop members of a group inviting friends?

Is this possible?

Cheers

Steve
Hey Steve,

The "invite friends" is only available on invite only group. If this is removed, there's no way to invite people to the group

Should you want to remove this, edit the file /components/com_easysocial/themes/wireframe/groups/item.header.php and remove the codes below:


<?php if ($group->isMember()) { ?>
<div>
<a class="btn btn-block btn-es btn-sm" href="javascript:void(0);" data-es-group-invite>
<i class="fa fa-paper-plane-o mr-5"></i>
<?php echo JText::_('COM_EASYSOCIAL_GROUPS_INVITE_FRIENDS');?>
</a>
</div>
<?php } ?>
·
Friday, 15 January 2016 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post