The Arcive of vBulletin Modifications Site. |
|
Details »»
|
||||||||||||||||||||||||||||
Is there a hack for the quote bug?
Example: Quote:
So is there a hack that mabey can limit to 2 quotes deep or something? I've deeply search throughout this forum, but i couldn't find what i need. Thnx in advance. Show Your Support
|
||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
its not a bug, its how the html tag 'blockquote' operates. since the quotes are, in fact, just blockquoted text with horizontal rules, they have to follow the same 'guidelines' that blockquote does.
its available to you can nest quotes inside quotes. for instance, if you wanted to say: Quote:
|
|
#3
|
|||
|
|||
|
jeah i know, but is there a way, that vbulletin first looks if there's already a quote in $message, and if so, then changes it to for examle [...quote...] instead of the whole quote?
Cuz i've got a board where people do often quote each other.. and after a while someone has about 20 nested quotes in his message.. it's unneccasery(did i spelled that right?) and very bad readable.. |
|
#4
|
|||
|
|||
|
well im more of a perl coder then php, but i'd run a while loop, while its going through the message, for each [-quote] set $number-of-quotes-in-message (or whatever) +1 - then before continuing, if $numberofquotes == $X, replace [-quote] with whatever. now im not sure how you'd do that in php, sorry, but that would be how i'd attempt it.
edited because im an idiot ([-quote] w/ no -)
|
|
#5
|
|||
|
|||
|
thnx...
|
|
#6
|
|||
|
|||
|
There's a hack called backspace
just delete the extra quotes
|
|
#7
|
|||
|
|||
|
Quote:
|
![]() |
|
|