
01-04-2007, 07:01 PM
|
|
|
Join Date: Nov 2006
Location: Samsun, Turkiye
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dawnf1
I have 2 admins who just do techincal stuff for me and who don't want to be bothered by members about other stuff, so I wanted to take them off the forum leaders page. I made a seperate usergroup for them, and this removed them from the forum leaders page, only for some reason that group can't view some things it ought to be able to that everyone else can see. (various hacks/modifications).
I like the modification you have here, but can I use it for 2 members? And if so, how...?
|
For 2+ admins,
Change it to:
PHP Code:
if ($user['userid'] != 1 and $user['userid'] != 2 and $user['userid'] != 3)
|