
06-15-2005, 09:58 AM
|
 |
|
|
Join Date: May 2002
Location: Barefoot Bay Fl
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by chadi
<if condition="is_member_of($bbuserinfo,array(1,3,4,8) )">
This doesn't work. I tried a tets user (COPPA) and unregistered user, both showed ability to type text. These group ID numbers are correct however
|
that should be
PHP Code:
<if condition="is_member_of($bbuserinfo,1,3,4,8)">
|