The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I allow duplicate messages?
I want to have a forum that will allow members to bump their messages a few times but when I attempt it I get a message
"This is a duplicate message...." How do I get rid of that? :nervous: I have vbulletin 3.0.0 Release Candidate 4 |
#2
|
|||
|
|||
Anyone??
Thought I'd get some assistance here. |
#3
|
|||
|
|||
as long as the bump is at least one character different than one posted within 5 mins previous in that same thread then it should bump fine.
BTW you might want to consider upgrading to 3.0.3 from RC4 as there have been a few bug fixes. |
#4
|
||||
|
||||
...otherwise you'd have to remove the function that checks for the duplicate. It's somewhere in the functions_newpost.php, if I recall correctly.
|
#5
|
|||
|
|||
You can turn it off by editing functions_newpost.php like so:
Find: PHP Code:
PHP Code:
|
#6
|
|||
|
|||
Thanks, I tried but it seemed not to work so I changed TIMENOW - 300 to TIMENOW - 1 and it works, thanks for sending me to the right file!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|