By Vitaly on Monday, 21 April 2014
Replies 3
Likes 0
Views 779
Votes 0
Hello!

By default, the stream items can remove only super administrators. How to make that could remove items simple administrators?

Thanks!
Hello,

I am sorry for the delay of this reply.

Regarding your issue, can you edit the file 'JOOMLA/administrator/components/com_easysocial/includes/user/user.php' and locate below code at line 843:

$isSiteAdmin        = $this->authorise( 'core.admin' );


and replace the above with:

$isSiteAdmin        = $this->authorise( 'core.admin' ) || $this->authorise( 'core.manage' );


The fix will be added into next release of EasySocial as well

Now Super User and Administrator will be treated as site admins

Hope this help and have a nice day
Sam
·
Monday, 21 April 2014 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Vitaly,

Do you mean you want to allow users to remove their own streams? You can configure this in the profile types access
·
Monday, 21 April 2014 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
No, I need Administrators can delete messages of all users in the stream. Now this can be done only Super Administrators.
·
Monday, 21 April 2014 18:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post