Quote:
Originally Posted by Crazy Serb
ok, what's the suntax for checking if the users are NOT members of 2 secondary usergroups, but are members of any other primary group?
I've tried the below without any success (or I might have done something wrong along the way):
Code:
[[(!$bbuserinfo[membergroupids]==9 AND !$bbuserinfo[membergroupids]==12)]]
content
[[(!$bbuserinfo[membergroupids]==9 AND !$bbuserinfo[membergroupids]==12)]]
|
[[(!is_member_of($bbuserinfo,9 ,12))]]
content
[[/(!is_member_of($bbuserinfo,9 ,12))]]