Quote:
Originally Posted by Neo_Angelo
hmmm, i can't see anything wrong with that, well for now what i'd do is replace the
Code:
$show['usergroup']5,2,7,6,11,9
with:
this will only allow members to see it, since i'm not too brilliant with coding i may have used an incorrect code....someone might correct me if i'm wrong but i'm sure thats how i did it.
|
To show information only to specific usergroup(s), the IF Conditional is...
Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)">
Where X, Y and Z are your usergroup IDs.