By Michael Zahariev on Friday, 19 February 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 722
Votes 0
Hi i have a feature that uses the isSiteAdmin check to display a certain field in easy discuss but i am having trouble to determine where this admin is set.

Only super users are able to see this field and users listed under administrator or manager arent able to see this. I would like all users under manager previlages to see this.
Hi thanks for the answer.

Just for future people searching this the much better solution is to add the is to use DiscussHelper::isModerator() which i discovered in the helper file.

Thanks
·
Sunday, 21 February 2016 16:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Michael,

EasyDiscuss calls the method "isSiteAdmin" from /components/com_easydiscuss/helpers/helper.php . If you want to customize this, you need to do this here
·
Friday, 19 February 2016 23:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this Michael Glad that your issues are resolved now.
·
Sunday, 21 February 2016 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post