Back to vBulletin Tips & Tricks

Change time between reported posts
by Lynne 23 May 2009

The time allowed between reporting posts is set by the vBulletin Option "Email Flood Check". Sometimes you want to have that value set to one thing (default is 60 seconds), but allow users to report posts sooner than that value. To do this, you may create a simple plugin (change 'x' to be the time you wish, in seconds, to allow between reported posts):

hook_location: global_start

PHP Code:
if (THIS_SCRIPT == 'report'
$vbulletin->options['emailfloodtime'] = x

vblts.ru supports vBulletin®, 2022-2024