Quote:
Originally Posted by chikkoo
I installed this product. But I don't want to show this feature to everyone. Is there a way to restrict few usergroups, such as admin, supermoderators and moderators?
|
You can for example only show this mod for moderators, supermoderators and administrators (usergroups 5,7,6):
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
here you do put template edits
</if>
Note that you have to put this condition for any template edit you want to only show to these usergroups.