The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
This is probably in the wrong forum...
I've had to put a log in restriction on the server recently as it's become overloaded. Thankful Admins are except from this, but not moderators. Is there a way I can extend the exemption to moderators too? Thanks
|
|
#2
|
||||
|
||||
|
In global.php replace this:
Code:
if ($servertoobusy && $bbuserinfo[usergroupid]!=6) {
Code:
if ($servertoobusy and ($bbuserinfo['usergroupid'] != 6 and $bbuserinfo['usergroupid'] != 5 and $bbuserinfo['usergroupid'] != 7)) {
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|