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.. |
#2
|
||||
|
||||
You need to remove the plugin since this feature is now built into vB4.2.0
|
#3
|
|||
|
|||
hello..
yes i already remove the plugin.. but how to prevent the post merger if the replycount still under < 2 ? only merger the post if the replycount only above => 2 |
#4
|
|||
|
|||
Anyone could help?
|
#5
|
|||
|
|||
anyone? really need this..
btw.. merry xmas. |
#6
|
||||
|
||||
There is no default function/setting to do what you want. You will need to write some custom code for it. If you cannot do it yourself and nobody knows the code, you may need to post in the Paid Requests forum.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|