The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
There doesn't seem to be a way to set the floodcheck minimum time between posts on a per-forum basis within the code directly. Does anyone know if there is a mod to set a single forum to have a different (in my case, much longer) floodcheck timer?
I have an off-off-topic board dedicated to public policy discussions, and it's getting toxic - and will likely get worse up through November. I think I'd like to make everyone wait 10 or 20 minutes between posts to gather their thoughts before spouting off again (and thus also limit the posts somewhat so my mods have a fighting chance!). Any thoughts? -jk |
#2
|
|||
|
|||
![]() Code:
if (is_member_of($vbulletin->userinfo,9,10,11,12,13,14)) { $vbulletin->options['floodchecktime'] = '0'; } |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|