The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Prevent Double Post
Hi..
I just upgrade my forum to 4.2.0 from 4.1.6.. Before i upgrade my forum system, i use "Prevent Doublepost - by Paul M", and i custom the code the plugin a little bit so the "Prevent Doublepost" system only run if thread already had more than 2 reply. i'm using this code: Code:
if ($dp_threadinfo['replycount'] < 2) { $process = false; } could someone help me? thanks alot.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|