I stand corrected if I'm wrong, but here goes:
Change the
Usergroup ID after this:
Ensure that this:
"( is put at the beginning
==
then if you wish to continue to add ID's place this:
|| inbetween, and repeat so it looks like this;
||$bbuserinfo[usergroupid]==6 then if you want to finish, place this at the end of the ID number:
)">
So! Here's an example:
Code:
<if condition="($bbuserinfo[usergroupid]==9 || $bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==12)">
Hope this is OK!
Any experienced coder plz verify to others if it's fine. Thx!