PDA

View Full Version : Prevent Double Post


Gripi
12-17-2012, 09:17 PM
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:

if ($dp_threadinfo['replycount'] < 2)
{
$process = false;
}

after upgrade to 4.2.0, i really couldnt found where i should put the code above, because the "Prevent Doublepost - by Paul M" is no longer using plugin.

could someone help me?

thanks alot..

Lynne
12-17-2012, 10:06 PM
You need to remove the plugin since this feature is now built into vB4.2.0

Gripi
12-18-2012, 05:18 AM
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

Gripi
12-19-2012, 06:03 PM
Anyone could help?

Gripi
12-25-2012, 05:42 AM
anyone? really need this..

btw.. merry xmas.

Lynne
12-26-2012, 03:35 AM
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.