Quote:
Originally Posted by VodkaFish
I attempted to use this:
<if condition="!is_member_of($bbuserinfo[membergroupids], 12)">
However, whatever is in-between the <if></if> still shows for members in the secondary group id of 12. I then took away the other secondary usergroups that the member belonged to as a test, but it still shows.
|
No, as i posted it
!is_member_of($bbuserinfo, 12)
Is what you are going to use.