BBCode Support
Posted: Thu Feb 28, 2013 3:11 am
Hopefully this thread title will be general enough to allow unified and continued use of this thread in the future.
My query is in relation to a probable bug. I discovered while writing a PM that the [code] tag doesn't work properly across the site. BBCode still executes inside the code tags (rather than escaping them) and I have to use the hack below to get the expected output...
INPUT:
OBSERVED RESULT:
CURRENT WORKAROUND:
normal size tag nested inside the tag to be /escaped. Used to show expected result above.
The [nobbc] tag does not appear to be implemented either. This would be a handy addition, if possible. I had to use the same workaround for all printed bbcode above, whether inside code tags or not.
I don't know anything about setting up BBCode support so I don't know if anything can actually be done about the above but I figure it can't hurt to bring it up.
If there's anything I can do to help or debug, let me know. I'd be happy to do so.
My query is in relation to a probable bug. I discovered while writing a PM that the [code] tag doesn't work properly across the site. BBCode still executes inside the code tags (rather than escaping them) and I have to use the hack below to get the expected output...
INPUT:
EXPECTED RESULT:[code=text]
[img]http://www.inkflux.com/image.png[/img]
[/code]
Code: Select all
[[size=100]img[/size]]http://www.inkflux.com/image.png[/img]Code: Select all
[img]http://www.inkflux.com/image.png[/img]normal size tag nested inside the tag to be /escaped. Used to show expected result above.
FURTHER OBSERVATIONS:[code=text]
[[size=100]img[/size]]http://www.inkflux.com/image.png[/img]
[/code]
The [nobbc] tag does not appear to be implemented either. This would be a handy addition, if possible. I had to use the same workaround for all printed bbcode above, whether inside code tags or not.
I don't know anything about setting up BBCode support so I don't know if anything can actually be done about the above but I figure it can't hurt to bring it up.
If there's anything I can do to help or debug, let me know. I'd be happy to do so.