
05-25-2007, 01:19 PM
|
|
|
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Antivirus
That's most likely due to your usergroup ids not being default. To fix this, you'll need to edit the protected usergroups in your Ezbounce.php file. By default, 5,6,7 is Admins, Supermods, and Mods...
Find this:
if (is_member_of($buser['usergroupid'], 5,6,7))
And replace 5,6,7 with your protected usergroup ids.
|
that did the trick. thanks  :up:
|