The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Eliminate the auto stripping of multi-quotes.
Say you have User 1 make a topic, User 2 quotes the message from User 1, and User 3 quotes User 2, who quoted User 1.
Under vB defaults, when User 3 quotes User 2 who quoted 1, it will only show User 2 message. It strips out the multiple quotes. I would like to know if anyone knows how to remove this in 3.5.0 |
#2
|
||||
|
||||
Easiest way:
In functions.php FIND PHP Code:
Code:
function strip_quotes($text) { /* $lowertext = strtolower($text); PHP Code:
REPLACE that with PHP Code:
Replace the whole strip_quotes function with PHP Code:
|
#3
|
|||
|
|||
Wow thanks that worked great, I've been looking for that forever.
|
#4
|
||||
|
||||
This should be an Option in the AdminCP of version 3.5.
The Admin should be able to decide to turn on/off multi quotes. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|