The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
<font color="darkgreen">Is there an addin or anyone know how to set a custom usergroup to be able to bypass the flood check? Admins and Mods are exempt from the bypass the check so I would like to add this feature to another non-mod usergroup.
Thanks</font> |
#2
|
||||
|
||||
![]()
<font color="darkgreen">No one?</font>
|
#3
|
||||
|
||||
![]()
I would think you could make a plugin (global_start?) that sets $vbulletin->options['floodchecktime'] = 0 for certain usergroups.
|
#4
|
|||
|
|||
![]()
Interested in this as well. Preferably if I could adjust the flood time.
|
#5
|
||||
|
||||
![]()
It worked, thanks Lynne.
For selectively allowing certain usergroup(s) bypassing of the floodcheck... https://vborg.vbsupport.ru/showpost....08&postcount=2 |
#6
|
|||
|
|||
![]()
Anyone want to explain how to do this on 3.6.11? I understand how to add plugin but not sure how to go about adding this.
|
#7
|
||||
|
||||
![]()
That is a plugin using the global_start hook. If you know how to add a plugin, then all the information is there.
|
#8
|
|||
|
|||
![]()
Thank You.It Works Perfect.
|
#9
|
|||
|
|||
![]()
Reviving this one as I have a question. I use this but now I'd like to expand upon it.
What if I wanted one group to have one flood control time, and another to have a different time? Would I simply make two plugins, or would I just do this in the plugin I currently use? Code:
if (is_member_of($vbulletin->userinfo, X)) { $vbulletin->options['floodchecktime'] = 5; } if (is_member_of($vbulletin->userinfo, y)) { $vbulletin->options['floodchecktime'] = 10; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|