Quote:
Originally posted by inetd
Logician, good hack! Help me please. I need "cant logout" to 2 groups. How change code for this?
|
inetd: it's already written in the original thread:
-- cut --
If you need to trap more than 1 usergroups use this line:
if ($bbuserinfo[usergroupid]==XX OR $bbuserinfo[usergroupid]==YY) {show_nopermission(); exit;}
-- cut --
So just replace XX and YY with your 2 usergroup ids..
Regards,
Logician