
02-17-2004, 07:19 PM
|
 |
|
|
Join Date: Dec 2003
Posts: 229
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by JackG
AutomatikStudio -that dident work, but this does:
<if condition="$bbuserinfo[usergroupid] == '6'">
OR for multiple usergroups:
<if condition="is_member_of($bbuserinfo, 6) OR is_member_of($bbuserinfo, 38) OR is_member_of($bbuserinfo, 23) OR is_member_of($bbuserinfo, 5) OR is_member_of($bbuserinfo, 24)">
|
2 wasn't the number you should have necessarily used...it was an example.
|