Quote:
Originally Posted by westpointer
Nice hack. One question on setting it with usergroups. I can only seem to get it to work if that is the user's primary usergroup. Can it also check "Additional Usergroups"?
Thanks!
|
Not sure whether this will work:
Replace
PHP Code:
$bbuserinfo[userid] != 0
with
PHP Code:
!is_member_of(X,Y,Z);
Where X Y and Z can be primary/secondary/anything groups.