• Resolved bk

    (@bk)


    I’m looking for the BB Code plugin which can only be used in comments. The one I found was for both comments and posts. I just need it for comments.

    I know there was one, but I can’t find it right now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • This looks to be the only bbcode plugin. This looks to build upon it.

    Can you not activate the plugin for use in comments, and then simply not use bbcode in your posts?

    Thread Starter bk

    (@bk)

    Hmm, but if I activate it, would it replace the XHTML which I use my posts?

    I don’t think that it will; but I’ve not used it. I should think that the plugin would only filter actual bbcode, and not touch anything else.

    There will be something like this in the plugin (and possibly the_excerpt):

    add_filter('the_content', 'some_function_name');

    Simply comment the line out:

    //add_filter('the_content', 'some_function_name');

    That will stop the plugin from applying any formatting to your main posts.

    Thread Starter bk

    (@bk)

    Thanks Viper. 😉

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘BB Code Plugin’ is closed to new replies.