By Altitudes on Thursday, 09 April 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 474
Votes 0
Hello

The widget displaying the groups a user belongs to (displayed on his profile) has a "New Group" link whenever the user does not have the right to create groups (because his profile does not have this Access).

Regards
Hi Altitudes,

Thanks for reporting the bug. To fix this , you can apply the fix in this

file -> JoomlaFolder\media\com_easysocial\apps\user\groups\themes\default\widgets\profile\groups.php


//LINE 21
<?php if ($user->id == $this->my->id) { ?>

//Replace with

<?php if ($user->id == $this->my->id && $this->my->getAccess()->allowed('groups.create')) { ?>
·
Thursday, 09 April 2015 13:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post