What BBcodes are supported?
see here for examples, though all BBcode is not supported as there's no single standard: http://www.vbulletin.com/forum/misc.php?do=bbcode#basic http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbcode-lite
[list] [list=1] [list=a] [/list] (unordered and ordered lists both numeric and alphabetical) use [*] for items
- [img][/img]
- [url][/url] or [url=http://bbpress.org]bbpress[/url]
- [size=4] [size=+2] [size=-1] [/size]
- [color=red] [color=#FF0000] [/color]
- [center] [/center]
- [u] [/u]
- [b] [/b]
- [s] [/s] or [strike] [/strike]
- [code] [/code]
- there may be others, periodically updated based upon request
What if I want to show BBcode examples and not have them evaluated?
- BBcode inbetween backticks or
codeis ignored and will not be processed
some BBcode is not working?
- There are still some weird special circumstances where the BBcode may not work properly, be sure to let me know if you find some and I will address them as time permits.
It's fast but my forum is huge and it's still too slow?
- If you have an extremely active forum or overloaded server you can change
post_text to
pre_postwithin the plugin filter to permanently save bbcode as html. (however this makes it a bit harder for users to re-edit a post as the bbcode will then appear as html)