NovoCiv |
01-04-2011 07:25 AM |
Making quote work differently.
The way quote works right now is not ok. If there is BBCode in the quoted post it shows up as unparsed in the editor. This renders things like our [hide] tags or [qr] tags completely useless. When I quote something into the advanced editor sometimes it parses automatically, but in the quick reply it's unparsed. I've dug around all the templates I can think of, all the files I can think of, and I can't figure out how to change this. I think the problem is in newpost_quote template:
PHP Code:
[QUOTE={vb:raw originalposter}]{vb:raw pagetext}[/QUOTE]
I don't want the vb:raw pagetext to be unparsed. I want it to show up as parsed in the editor. Kind of like the url tags work. When you edit a post with url tags it doesn't show [url=blah]text[/url], it just shows the hyperlinked text. I want it to do that for all bbcode when I quote.
|