The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Floodcheck by User Group
I've seen this done on one board and pm'd the admin but never got a response. I would like to lower or eliminate the floodcheck for members who contribute financially.
Anyone know how I'd go about doing this? |
#2
|
||||
|
||||
Thought I'd check one last time. Would really like to have this.
|
#3
|
||||
|
||||
I think the easieist way would be in phpinclude_start, as this would not need any file-edits:
PHP Code:
|
#4
|
||||
|
||||
Hello KirbyDE,
This looks great but it's not working in vb 3.03 unfortunately. HTML Code:
// Example of how to include a seperate file: // ob_start(); // require("yourheader.html"); // $header = ob_get_contents(); // ob_end_clean(); if (is_member_of($bbuserinfo, 2) { $vboptions['pmfloodtime'] = 120; $vboptions['searchfloodtime'] = 180; $vboptions['floodchecktime'] = 180; } |
#5
|
||||
|
||||
There was a closing bracket missing.
Sorry for answering that late, but I was moving and had no DSL for several weeks :-/ Better late than never |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|