1
I have done something, and I just want it to be viewed by Moderator and Administrator, how can I do it?
I understand if I just want Administrator to view it I can do the below:
$isadmin = $xoopsUserIsAdmin;
if ($isadmin == 1) {} ?>
What about Administrator and Moderator?
Thanks.