The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
The "Re: Re: Re: Re: Re:" problem...
Does anybody know if there's a hack out there that prevents adding on all the extra "Re: " strings at the beginning of replies to replies?
So that all replies, and responses to replies are "Re: Original Thread" instead of "Re: Re: Re: Re: Original Thread"? |
#2
|
||||
|
||||
Lol, I'd like to know this too. As if you've got a huge thread the topic name will end up bigger than the actual post.
|
#3
|
||||
|
||||
I've never actually seen this problem. Most users in forums I visit don't use quote, and so don't ususally have a topic for non-thread-starting posts. This should be a simple matter of finding the bit of code where the "Re: " is added, and seeing if the 1st 4 chars are "Re: " first.
|
#4
|
||||
|
||||
In newreply.php
Replace: PHP Code:
PHP Code:
|
#5
|
||||
|
||||
Yup, should work quite well except under rare circumstances (like the topic of this thread)
I'll modify it a lil and actually check for the position of "Re: " in the string, and set it to only add one if strpos>0. Thanks very much. |
#6
|
||||
|
||||
i'd use this:
PHP Code:
|
#7
|
||||
|
||||
How would you do the same thing for private messages?
|
#8
|
||||
|
||||
in private.php after this:
PHP Code:
PHP Code:
|
#9
|
||||
|
||||
Thank you, sir.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|