vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Minimum Time Between Posts (https://vborg.vbsupport.ru/showthread.php?t=196140)

Forum Lover 11-13-2008 02:58 AM

Minimum Time Between Posts
 
1 Attachment(s)
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):

PHP Code:

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 [DATE]1226560622[/DATE] at [TIME]1226560622[/TIME] ---------------

Lyn? that was simply LYNNICIUS!! worked, Thanks. :D

youjoomla 03-12-2009 05:39 PM

thank you :)


All times are GMT. The time now is 11:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01029 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete