By Juz on Friday, 06 November 2015
Posted in Technical Issues
Likes 0
Views 818
Votes 0
Hi,

In our invite-only groups we've restricted permission such that only group admin is allowed to post in the group. Recently upgraded to ES 1.4.4. We notice that for photo albums in groups [invite only in this case] any group member is allowed to "Add Photos" to any album, even if the member is not the creator the album.

Can you pls. suggest a solution on how we restrict "Add Photos" permission such that only the creator of photo album or group admin can add photos to the album in groups [or event otherwise].

Thanks.
Hi Juz,

I am sorry but currently this is not possible at the moment. However, you can edit this file 'JOOMLA/administrator/components/com_easysocial/includes/albums/adapters/group.php' and comment out below code at line 255 ~ 257:


if ($this->group->isMember()) {
return true;
}


Hope this help
Sam
·
Saturday, 07 November 2015 02:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Sam. That helped!
Juz
·
Saturday, 07 November 2015 14:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Juz,

You are most welcome
Sam
·
Saturday, 07 November 2015 20:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post