PDA

View Full Version : quote tree's


Brad
07-16-2002, 01:32 AM
:rolleyes: i might have missed soemthing in the cp but i dont think so. basicly im looking to make quote trees. what is a quote tree?


say you quote someone that had a quote in their post. i would like it to auto insert something to show both quotes. something like this


Originally posted by Anime-loo
Originally posted by Oo
bleh

blah!


ive seen it on the newest ubb versons and one vB.

Xenon
07-16-2002, 10:32 AM
open your newreply.php find this line:
$pagetext = preg_replace("/(\[quote])(.*)(\[\/quote])/siU", "", $pagetext);
just delete it and you can make those quotetrees.

(it was standart before vb2 as i know :))

Martin64
07-21-2002, 12:26 AM
Niiice, I had been wondering where that went as well. Thanks :)