![]() |
Couple questions about this nice hack.
Is this going to be ported as a plugin for 3.5.3 ? Also can you make this to give a server too busy search is disabled when using the search feature and suggest that if they upgrade there membership they wont get this messages.You can then control which groups are excluded from the server laod message and have the search feature disabled. For example if you are a registered memeber and the server load is high ONLY when in trying to do a search they will get the above message. And when a registered members upgrades there membership to lets just say Premium Member they now longer will get the server load message and will be able to search at any time. |
Quote:
|
husshuss,
Are those the primary usergroup ids you tested with? Give me more details on how you tested it. |
Quote:
|
Quote:
<if condition="!in_array($bbuserinfo[usergroupid], array(x,y,z))"> SECONDARY AND PRIMARY <if condition="!is_member_of($bbuserinfo, array(3,5,7))"> <if condition="is_member_of($bbuserinfo, UsergroupID)"> code here </if> ORGINAL CODE // Configure some usergroups to bypass "server too busy" message // Enter the usergroup id's here, seperated by comma // Example: $BypassGroup = '5,6'; $BypassGroup = '138,140'; // End configuration if (in_array($vbulletin->userinfo['usergroupid'], explode(',', $BypassGroup))) { $servertoobusy = FALSE; } PROPOSED MODIFIED CODE // Configure some usergroups to bypass "server too busy" message // Enter the usergroup id's here, seperated by comma // Example: $BypassGroup = '5,6'; $BypassGroup = '138,140'; // End configuration if (is_member_of($vbulletin->userinfo['usergroupid'], explode(',', $BypassGroup))) { $servertoobusy = FALSE; } thoughts? |
I think the concept is awesome, but I'm just wondering, isn't that a message that is somehow generated by your server if you've exceeded the number of max visitors at once for your account or something? I was just wondering where the message comes from so I can understand better.
|
Quote:
|
Can I use this plugin for additional usergroups ?
Thanks |
Bump***
|
Quote:
It appears this only works with a primary usergroup or primary usergroups as stated by tamarian in his orginal post. I would love to be able to use this with secondry (custom) usergroups too. @ tamarian, Is there going to be an update for this? |
All times are GMT. The time now is 08:34 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:
|