Forums

Join
bbPress Support ForumsPluginsProblem with the bbcode-lite plugin: remove br space after H1

Info

Tags

Problem with the bbcode-lite plugin: remove br space after H1

  1. Hi everybody,
    i use the bbcode-lite plugin by ck, and i want to add a <h1> in the list !

    So, i have this:
    $simple = array('b' => 'strong','i' => 'em','u' => 'u','center'=>'center','quote' => 'blockquote','strike' => 'strike','s' => 'strike','list' => 'ul','code' => 'code','h1' => 'h1');

    but i have a br space after in the post: how to remove this? I think is the same thing that for li list
    http://plugins-dev.bbpress.org/changeset?old_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&old=1000&new_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&new=1311

    thanks

    bye!

  2. help please, i'm very lost lol.

    so, it is possible to add colors in bbcode, like in phpbb or punbb?

    thanks.

  3. Technically you're not supposed to have more than one H1 on any given html page (though browsers don't care and will render anyway). The trailing BR is a problem with bbPress's parser.

    Why don't you use the built in ability of BBcode to do SIZE instead?

    [size=6]Large Text[/size]
    [size=+1]text larger than default size[/size]
    default size
    [size=-1]text smaller than default size[/size]
  4. You must log in to post.