quick question on conditionals.
I want to set up some Admin and Mod only stuff, and want to use the following.
HTML Code:
<if condition="is_member_of($bbuserinfo,5,6,7,32)">
But it's still showing for all usergroups.
I even tried
HTML Code:
<if condition="$bbuserinfo[usergroupid] == 6">
and that didn't work.
so what conditionals work?
and I have 'Have conditionals?' set to yes