Quote:
Originally Posted by Ocean
This is a nice hack!
But, out of curiosity, what needs to be done in order to make it so that this hack is only visible by Admins or certain User Groups?
|
In the template, put around the code:
HTML Code:
<if condition="is_member_of($bbuserinfo,6) OR is_member_of($bbuserinfo,X)"><!-- code goes here --></if>
That's for admins and 1 extra usergroup, replace X with the usergroup ID besides 6.