bbPress

Simple, fast, elegant

bbPress Plugin Browser »

BBcode Buttons (0.0.9)

Download

Version: 0.0.9

Last Updated: 2009-1-10

Requires bbPress Version: 0.8.2 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(17)

Your Rating

Author: _ck_

Automatically adds an easy access button toolbar above the post textarea to allow quick tags in BBcode. This is an enhanced replacement for the Comment Quicktags plugin. No template editing required.

Requires the BBcode-Lite plugin (or some other kind of BBcode support).

Some buttons will only appear if the tag is supported (ie. img, center)

Smilie support coming eventually.

Tags: ,

  1. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Version 0.0.1 is a very early beta release.

    I'm on a bbPress break for the summer so post bug reports or feature requests and I'll look at them eventually.

    Posted: 1 year ago #
  2. Thanks! I've expected :)

    Posted: 1 year ago #
  3. Thank you! I've been looking for a good plugin to add this functionality. I'll definitely help out by posting bug reports. (That's if I find any!)

    Posted: 1 year ago #
  4. citizenkeith

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    I installed it at my forum, but the buttons do not appear. Running the latest release (0.9.0.2) and it's NOT integrated with WP. (_ck_, if you want to check out my forum, I sent you a link with a username and password for testing).

    Posted: 1 year ago #
  5. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Ah, now I remember why it wasn't ready for release just yet.

    It must not be finding the hook in the theme.

    I'll see what I can do.

    Ah it's because kakumei blue uses two stylesheets.
    I need to find a proper workaround.

    update: okay problem solved in 0.0.2, download again

    Posted: 1 year ago #
  6. citizenkeith

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Just switched over to Kakumei standard and it works fine. :) Even works with private messages!

    Would love to stay with kakumei blue though. Hopefully a workaround won't be too difficult.

    Thanks for working on this one!

    Posted: 1 year ago #
  7. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    problem solved in 0.0.2,
    try downloading again when you see it update here

    Posted: 1 year ago #
  8. citizenkeith

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Lookin' good! :)

    Posted: 1 year ago #
  9. I'm using the quote plugin and for some reason when I style it using:

    #bbcode_buttons {
    margin: 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 633px;
    }

    .ed_button {
    margin: 0px 5px 0px 0px;
    padding: 3px 8px;
    float: left;
    color: black;
    font: 12px "Corbel", "Trebuchet MS", "Arial", sans-serif;
    bored: 1px solid #888;
    background: #ccc;
    }

    The quote button remains unchanged. It has an inline style applied to it, but I cannot find it!

    Posted: 1 year ago #
  10. bramruiter

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Great, I was hoping someone would create a feature like this. Thanks a lot.

    Posted: 1 year ago #
  11. i hope this plugin will be intgrated in bbpress 1.0

    Posted: 1 year ago #
  12. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    mciarlo, I didn't have a chance to do stylesheet control yet on the plugin (it shouldn't even be released but I am going on break for awhile)

    There is a stylesheet forced inside the plugin near the top which is applied after all other stylesheets, so for now you'll have to hack it directly:

    var CSS='float:left; border: 1px outset; color: black; background: buttonface; padding: 0px 6px 1px 6px; margin: 1px 7px 2px 0;'
    	+'font: 1.2em times, serif; word-spacing: -1px; height: 16px; vertical-align:middle; line-height:16px;'
    	+'text-align:center; position:relative; cursor: pointer; cursor: hand;';

    find that and change as desired.

    Posted: 1 year ago #
  13. citizenkeith

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Images aren't displaying properly for me. The code comes up like this:

    [img=http://test.com/image.jpg]

    The code that works on my forum (using bbCode Lite 1.01 and Allow Images 0.7.1) is:

    [img]http://test.com/image.jpg[/img]

    Posted: 1 year ago #
  14. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Try 0.0.3 for an img fix.

    Posted: 1 year ago #
  15. tnts

    Member

    I've modified my theme from Superbold and haven't been able to make this work for me. The buttons just won't appear.

    edit: turned back to default theme and everything seems to be ok. Any idea how to make this work with my theme and WP-header?

    Posted: 1 year ago #
  16. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    tnts, on custom themes you must make sure you still perform the bbpress actions like do_action('bb_head'); in the header and do_action('bb_foot'); in the footer or many plugins will not work. It's a simple line you have to add, look at the source for the default template to see how it's done.

    Posted: 1 year ago #
  17. tnts

    Member

    Thanks for the tip. Now it works and the users are pleased!

    Posted: 1 year ago #
  18. stumain

    Member

    tnts, I added the do_action('bb_head') line to the WP header as that's the one I use for the BBpress pages as well. However, the buttons don't appear. How did you get the two working together?

    Posted: 1 year ago #
  19. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    stumain, this plugin actually need the bb_foot hook so you have to edit your footer.php

    Look at the default kakumei template as an example.

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.