Quote:
Yesterday at 06:49 PM Elly said this in Post #2180
This should have been asked already I just can not find it anywere
Is it possible to set it so that special classes, lets say admin only classes can only be viewed by the admins and the S-mods?
At my forums we dont allow Moderators to have their own special class and I woudl like them to not be able to chose from the special classes added in.
If it has been asked please just point me to the page or post if not I wont feel so bad and would like some help with that
thanks
- Elly
|
That is not currently possible because there is no easy way to tell if a user is a super moderator. It is much easier to tell if they are a moderator or above.
Quote:
Today at 09:26 AM Blackangel said this in Post #2181
i have found this bug on 67b, and i jsut see that they are on 68 too
find this line in battleupdate.php
PHP Code:
$userattbonus = $DB_site->query_first("SELECT $id FROM items_user WHERE userid='$opponent[userid]'");
and replace by
PHP Code:
$userattbonus = $DB_site->query_first("SELECT $id FROM items_user WHERE userid='$user[userid]'");
Because he take damage bonus item from your opponent and not our item.
i have do a test, a friend with damage item and me with nothing.
i got all damage bonus item from my friend, and my friend get 0 damage bonus.
i think it's a bug.
|
Thanks, will be fixed in the next version.