I want the code below to be seen by two user groups -
Guests (1) and Adminsitrators (6)
Code:
<if condition="$bbuserinfo[usergroupid] == 1">
MY TEXT HERE
</if>
That allows only guests to see the code, but I cant seem to work out how to get Administrators to see it too.
I tried the code below but it didnt work
Code:
<if condition="$bbuserinfo[usergroupid] == 1,6">
MY TEXT HERE
</if>
Regards,
Saurav