Quote:
Originally Posted by Michael_Morris
Using conditionals implies I know what variables are available for conditionals. I never have found such a list. This hack was born out of the miserable users hack - I borrowed the first line of that hack (the is member of check) to build this one.
|
You sorta just need to learn what varibles are avaible there are tons apon tons.
But specficly you can use
<if condition="$bbuserino[usergroupid] == X">
Or
<if conditon="is_member_of($bbuserinfo, X)">