View Full Version : Minimum Time Between Posts
Forum Lover
11-13-2008, 02:58 AM
Hi,
As the Administrators and moderators are exempt from floodcheck, I got another user group "Donors" that I want to be exempted. They are driving me nuts and keep requesting again and again. I would love to give them a try.
Can anyone tell me how?
Thanks on credit, will be delivered after u give me some solution. :p
Dismounted
11-13-2008, 03:24 AM
Is there any specific reason why they need a lower time?
Forum Lover
11-13-2008, 03:53 AM
Thanks for the reply Dismounted, some time we got some contest on making threads, got some chitchat and so on... there are trusted one so far... as they donate and keep the site alive... I think it will be ok if I can make it for them. Beside they are few...
Anyway.. How can I make it?
Lynne
11-13-2008, 04:01 AM
Probably just create a plugin (global_start? - replace xx with the usergroupid):
if (is_member_of($vbulletin->userinfo,xx))
{
$vbulletin->options['floodchecktime'] = '0';
}
Not tested. You may have to try different hook locations to get it to work.
Forum Lover
11-13-2008, 04:13 AM
Any way to put this code straight away any place to give a try?
Lynne
11-13-2008, 04:26 AM
I don't know what you mean. Just put the code in a plugin and see if it works. I suggested a hook location, but you can try others if that one doesn't work.
Forum Lover
11-13-2008, 04:38 AM
Thanks, will try it out and let u know here. :)
--------------- Added 1226560622 at 1226560622 ---------------
Lyn? that was simply LYNNICIUS!! worked, Thanks. :D
youjoomla
03-12-2009, 05:39 PM
thank you :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.