PDA

View Full Version : Minimum Time Between Posts


danswano
07-14-2011, 08:18 PM
Hello everyone, i need a plugin/hack that can set Minimum Time Between Posts for admins and mods not just registered users.


tried this plugins but it didn't work for me
if (is_member_of($vbulletin->userinfo,xx))
{
$vbulletin->options['floodchecktime'] = '0';
}


I'm using VB 4.3.1

Thanks. :)

borbole
07-14-2011, 08:19 PM
Have a look at my mod here:

https://vborg.vbsupport.ru/showthread.php?t=243877

danswano
07-14-2011, 09:10 PM
As admin i still can post as many posts i want with no flood check, any idea?

borbole
07-15-2011, 10:31 AM
As admin i still can post as many posts i want with no flood check, any idea?

Set the bypass restriction to No for the Admin group.

danswano
07-15-2011, 10:56 AM
yes buddy, i did that already and it's default and still nothing.
does the double post preventing mod has anything to do with it? cause it keep merging without flood warning.