The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
minimum time between searches for usergroup
Is there a vb4 mod to set different "minimum time between searches" for different usergroup?
i've tried to search in the mod section but cant find. in case i missed out. if there isnt such mod, is it possible to add a plugin to exclude more usergroups (besides admins and mods) from the search flood check? thanks. |
#2
|
|||
|
|||
Try this: create a plugin using hook location global_bootstrap_complete and this code:
Code:
global $vbulletin; if (is_member_of($vbulletin->userinfo, 2, 3, 4)) { $vbulletin->options['searchfloodtime'] = 0; } Change "2, 3, 4" to the list of groups you want to change. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|