The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How to disable or decrease flood control time for specific users or usergroups?
Also in which category in Vbulletin Options can I tweak the site-wide timer? Thanks. |
|
#2
|
||||
|
||||
|
You will need to write a plugin to do this per user or usergroup. Do a search on "floodchecktime" and you should find some posts on how to do this.
|
|
#3
|
||||
|
||||
|
I got this one.
at gobal_start add this plugin Code:
if ($vbulletin->userinfo['usergroupid'] == 2) {
$vbulletin->options['floodchecktime'] = 1800;
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|