Log in

View Full Version : Nested Quotes


nektar
04-30-2004, 10:00 PM
OK!

VB3 doesn't like nested quotes but I do.;)

Tried that and worked in 3.0.1

Please feel free to test it.

$pagetext = trim(strip_quotes($pagetext));

In newreply.php. Remove the call to strip_quotes there

Give me your feedback :squareeyed:

Owen
05-01-2004, 10:11 AM
What exactly happens to the quotes?

sabret00the
05-01-2004, 12:04 PM
you get to see

drumsy
05-01-2004, 12:19 PM
I thought it already does that in vB3? I see it after numerous private messages when it normally wouldn't do it in vB2.

sabret00the
05-01-2004, 12:25 PM
it's always done it in private messages, just aint done it in threads.

nektar
05-01-2004, 12:57 PM
it's always done it in private messages, just aint done it in threads.
That's right. Now it does it in posts as well ;)

Boofo
05-01-2004, 01:27 PM
Great hack except I strip the quotes from PMs so I couldn't use this. But great idea! ;)

Gio Takahashi
05-01-2004, 02:13 PM
<a href="http://www.unitedempire.net/forum/showpost.php?p=21297&postcount=8" target="_blank">http://www.unitedempire.net/forum/sh...97&postcount=8</a>

This is nested quote on vB3, the only "hack" I used for quote was the quote style.

nektar
05-01-2004, 04:21 PM
http://www.unitedempire.net/forum/showpost.php?p=21297&postcount=8

This is nested quote on vB3, the only "hack" I used for quote was the quote style.
And what do you mean by "quote" style? I don't get it! :o

nektar
05-01-2004, 04:23 PM
Great hack except I strip the quotes from PMs so I couldn't use this. But great idea! ;)
And why can't you use it? PM's don't get stripped by default....How is this related? :ermm:

Boofo
05-01-2004, 05:40 PM
And why can't you use it? PM's don't get stripped by default....How is this related? :ermm:

Because I strip the quotes from pms because I don't like nested quotes. They can really get messy and annoying. But that is just me. I'm sure there are some others that won't feel the same way. ;)

gmarik
05-04-2004, 02:54 PM
The design still needs some iprovments.
Just tables doen't do/

higabyte
05-08-2004, 09:19 PM
i personally like it and so do most of my members... thanks for pointing out how to do it!

zetetic
09-04-2004, 08:11 PM
I can't believe how simple this was, I've been wanting it for months. Thanks. :)

djwins
03-31-2005, 07:23 PM
Anyway to alter this so it will only include x number of nested quotes?

jgs007
10-20-2005, 11:12 PM
thanks....that was driving me crazy.

towermatt
05-11-2007, 11:14 PM
I am not sure how much of that line to remove

$pagetext = trim(strip_quotes($pagetext));


Is it just the bolded part or more? I didn't understand the phrase "remove the "call" to skip quotes" :(