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.
0 · ·
Answers
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·config.phpworked - new posts are formatted OK, though existing ones remain raw. Not a problem.- Spam
- Abuse
0 · Insightful Awesome LOL ·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!
- Spam
- Abuse
0 · Insightful Awesome LOL ·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.
Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·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.
- Spam
- Abuse
0 · Insightful Awesome LOL ·i just noticed something superstrange. the bbcode works...in signatures but not in posts O.o
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·