This discussion is related to the
NBBC addon.
I installed this plugin in Vanilla 2.0.17.10 stable, but it doesn't seem to parse BBcode:
http://64.62.228.109:5198/index.php?p=/discussion/2/test-bbcode[b]bold text[/b] appears as entered, instead of displaying the bold text.
Is there some setting I need to change? The plugin page doesn't mention anything.
Comments
Vanilla co-founder
config.phpworked - new posts are formatted OK, though existing ones remain raw. Not a problem.I added 'BBCode' to the config-defaults.php file and bbcode doesn't work. So then I added the entire line to config.php and bbcode doesn't work. Out of ideas. It is enabled. Help please!
First, never edit config-defaults.php. (Read the FIRST THING in that file!)
Second, make sure $Configuration['Garden']['InputFormatter'] isn't already in your config.php somewhere. If so, remove the ones you added and change that one instead.
Vanilla developer [GitHub, Twitter]
doesnt work for me... i checked if there was a $Configuration['Garden']['InputFormatter'] already in the config.php, found none, so i added $Configuration['Garden']['InputFormatter'] = 'BBCode'; and saved it, but it didnt change anything. i used [b]test[/b] for testing. old posts still look like [b]test[/b] without formatting and new ones dont either.
i just noticed something superstrange. the bbcode works...in signatures but not in posts O.o