The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|