Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 14

CurtisOdenericgillettejohansonlockerqwenty +10 guests

How can I activate this plugin?

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

  • Posts: 129
    same problem for me...It requires Vanilla version 2.0.2.a...
  • Posts: 60
    I assume that requirement means "2.0.2.a or later" and if the versioning scheme follows the usual conventions, 2.0.17.10 (the stable version) should satisfy the requirement.
  • Posts: 1,586 Accepted Answer
    Hmm, the plugin should have done this, but add the following to your config:
    $Configuration['Garden']['InputFormatter'] = 'BBCode';

    Vanilla co-founder

  • Posts: 60
    Thanks, adding that setting to config.php worked - 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!

  • Posts: 2,058

    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

  • Posts: 12

    Todd said: Hmm, the plugin should have done this, but add the following to your config:$Configuration['Garden']['InputFormatter'] = 'BBCode'; that didn't work for me :(

Sign In or Register to comment.