![]() |
Will this work with vBulletin 3.6.x?
|
Quote:
|
tamarian is it possible to exclude certain secondary usergroups from the server busy message?
This would be a welcomed addition for a lot of people. |
Quote:
|
tamarian you are a star :)
That works fantasic, thank you very much. |
i installed it on a 3.6 board... getting no errors but aslo getting no server busy message?
i turned my load right down and still it doesnt show.. any ideas? |
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO plugin (`active`, `executionorder`, `product`, `title`, `hookname`, `phpcode`) VALUES ('1', '5', 'vbulletin', 'Bypass forum too busy error for selected usergroups', 'global_start', '// Configure some usergroups to bypass \"server too busy\" message\r\n// Enter the usergroup id\'s here, seperated by comma\r\n// Example: $BypassGroup = \'5,2\';\r\n$BypassGroup = \'2,5\';\r\n// End configuration\r\n\r\nif (is_member_of($vbulletin->userinfo, explode(\',\', $BypassGroup))) {\r\n $servertoobusy = FALSE;\r\n}\r\nvar_dump($vbulletin->userinfo);'); MySQL Error : Unknown column 'executionorder' in 'field list' Error Number : 1054 |
Could this be configured to allow all usergroups access when load is high, and just deny guests, without having to specify all the groups to allow.
|
Question: I want to allow certain usergroups access all the time, but I also want to allow access to one page on the site to all usergroups. How would I give access to all members to the payments page on the site?
|
bump? anyone?
|
All times are GMT. The time now is 07:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|