Quote:
Originally Posted by vithorius
Ok, I believe that the info bellow is correct and the above should be considered as an error, right?  :erm:
Ok, this info is quite useful! But what if I need to exclude more than one group? (in my case, I would like to exclude Premium, Admins and Mods.)
Thank you!! :up: :up:
|
If you would like to exclude more than one usergroup then you would use:
Code:
<if condition="!is_member_of($bbuserinfo, X, Y, Z)">
Where X, Y, and Z are the usergroup id's (numbers).