PDA

View Full Version : [fixed] quoting quoted posts breaks


eva2000
Sun 4th Nov '01, 8:10pm
Check it out http://vbulletin.com/forum/showthread.php?s=&postid=199773#post199773

quoting a quoted post breaks the vB quote tags


first quote

eva2000
Sun 4th Nov '01, 8:10pm
Originally posted by eva2000
Check it out http://vbulletin.com/forum/showthread.php?s=&postid=199773#post199773

quoting a quoted post breaks the vB quote tags

now

eva2000
Sun 4th Nov '01, 8:12pm
click here to quote reply to that post and see the missing [ quote ] tag http://vbulletin.com/forum/newreply.php?s=&action=newreply&postid=199690

Steve_S
Mon 5th Nov '01, 2:27pm
confirmed with a non-hack / no hacks V 2.2.0

see:

http://www.geekvillage.com/forums/showthread.php?s=&threadid=13532

Can we call this "nested quotes" :)

eva2000
Mon 5th Nov '01, 8:51pm
Originally posted by Steve_S


Can we call this "nested quotes" :) :o

John
Mon 12th Nov '01, 9:41pm
Originally posted by eva2000
Check it out http://vbulletin.com/forum/showthread.php?s=&postid=199773#post199773

quoting a quoted post breaks the vB quote tags



test

John
Mon 12th Nov '01, 9:41pm
Originally posted by John


test

test

John
Mon 12th Nov '01, 9:41pm
Originally posted by John

10 pink piggies
test

test

John
Mon 12th Nov '01, 9:56pm
Change line 35, newreply.php from:

$pagetext = preg_replace("/(\[quote])(.*)(\[\/quote])/siU", "", $pagetext);


to:


$pagetext = preg_replace("/(\[quote])(.*)(\[\/quote])/si", "", $pagetext);


John