![]() |
I hope this isn't a dumb question... But I just want to make certain I understand this correctly...
This hack is to prevent a user from posting back-to-back messages, correct? And if they do, are they sent anywhere that they are told anything? (ie "doubleposting is turned off, please edit your previous post if you would like to add to your statement, or wait for someone to respond) If not, It would be a really nice thing to be able to turn it on and off in the admin cp, as well as set a message for users... Thank you. |
If you doublepost, the doublepost is inserted into the previous post as an edit. Thereby, it counts as an edit on a new line rather than as a new post.
|
I installed it and it works.
I have a question, however. When someone double posts within an hour, how would I make "DOUBLE POST" appear above the second post IE: Bob: Hello Double Post How are you |
Quote:
PHP Code:
Code:
SET pagetext = '" . addslashes($doublepost['pagetext'] . "\n\n" . $post['message']) . "', Code:
SET pagetext = '" . addslashes($doublepost['pagetext'] . "\n\n<b>Double Post</b>\n\n" . $post['message']) . "', Satan |
instead of <b> you have to use [b] but the rest is correct :)
|
One of my moderators just brought this to my attention. Is it possible to have the query which updates a post in the case of a doublepost to also update the post dateline so that users are aware there is new content?
|
Not sure if it's already a feature, but I've managed to edit the code to do this. If anyone wants it, it's fairly simple.
|
i will add it to the next version.
be sure you also update the thread/forum's lastpost info if you change the dateline :) |
Quote:
|
infact...I've changed my mind......that is by FAR the greatest hack Ive ever...EVER seen! Well dont lad! Its saved me no end!
|
All times are GMT. The time now is 05:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|