By WooServers on Saturday, 10 March 2018
Posted in General Issues
Replies 1
Likes 0
Views 273
Votes 0
Is there any way we can disable Points collection for Admins in ES?
Unfortunately right now this isn't possible but you could quickly hack the codes in /administrator/components/com_easysocial/includes/points/points.php and insert the block of codes below at line 256,

[gist]
if ($user->isSiteAdmin()) {
return false;
}
[/gist]
·
Saturday, 10 March 2018 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post