Version: 1.6, by Xenon
Developer Last Online: Oct 2023
Version: 3.0.6
Rating:
Released: 01-07-2004
Last Update: 02-05-2005
Installs: 288
Code Changes
No support by the author.
When a User posts into a thread where he already has the lastpost, no new post will be added. The lastpost of him will be edited and the new text is put after his first message, attachments will be added to the old post as well.
This will be done until the old post is older than 1 hour (you can change this timespan yourself)
by changing $do_bump in the script, you can define wether the post's time will be altered or not.
Enjoy, and don't forget to click install
Notice: If you have installed the Proxy ip to real ip conversion or Proxy Detector v3.1 Hack, then you should probably take a look at this post.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Ok, this is a portover of my old vb2 Hack.
On vb3 it has slightly increased, but has also new functionality regarding attachments.
So waht does this hack if anybody doesn't know it already:
When a User posts to a thread where he already has the lastpost, no new post will be added. The lastpost of him will be edited and the new text is put after his first message, attachments will be added to the old post as well.
This will the old post is older than 1 hour (you can change this timespan yourself)
Enjoy, and don't forget to click install
Great hack, this is a must-to. Makes users who want to flood a single thre... err make a lot of posts in one single thread angry, though.
I'm about to check this myself but one of my admins made the following observation: "if you post, then someone else does, it adds you next post to your post two above".
EDIT: Yep! I notice that too. I'm going to install it afresh just in case...
Ok, this is a portover of my old vb2 Hack.
On vb3 it has slightly increased, but has also new functionality regarding attachments.
So waht does this hack if anybody doesn't know it already:
When a User posts to a thread where he already has the lastpost, no new post will be added. The lastpost of him will be edited and the new text is put after his first message, attachments will be added to the old post as well.
This will the old post is older than 1 hour (you can change this timespan yourself)
Enjoy, and don't forget to click install
Xenon, just installed it and noticed that if you use the parsed post cache then your post doesn't appear (it uses the post_parsed text and not the post one). It makes it appear as if it didn't work
I added this code and after that it works fine. I don't know yet if there is a better way to do it.
Code:
// delete the parsed post
$DB_site->query("DELETE FROM post_parsed WHERE postid='".$doublepost['postid']."'");
The issue that Zelda told about is still there, I have tested and confirmed it also