Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
BBCode where are you?
dfoxx
New
how is bbcode enabled/disabled? does it even still exist in 2rc2? class.format.php says it does... help me!
0
Comments
$Mixed2 = preg_replace("#\[b\](.*?)\[/b\]#si",'\\1',$Mixed2);
Just wait for the developers.
$Configuration['Garden']['InputFormatter'] = 'BBCode';
However, I personally prefer Markdown.
[url]http://example.org[/url]
doesnt work, but
[url=http://example.com]Example[/url]
does work
Anyone know anything about this
also , is there any documentation about the defaults markup in vanilla ?
cheers
justin
it seems like it isn't exactly polished though... very glitchy.
also just a note, if you enable bbcodes in the config, as mentioned above, it doesn't apply retroactively... so you might have to twiddle with the format value for each post.
http://nbbc.sourceforge.net/
BSD Open source licence.