bbPress Plugin Browser »

BBcode Buttons (0.0.9)

Download

Version: 0.0.9

Last Updated: 2010-2-23

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_

Tags: ,

  1. myu

    Member

    good point... default theme..
    And it works with Kakumei.

    But.. doesn't work with Kakumei Blue. I don't think I touched anything in css for kakumei-blue.
    Common thing for my css and blue one that I can think of is the first line:
    @import url(<<path>>/kakumei/style.css');

    *googled a fair bit*

    HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at the specified index e.g. if an @import rule is inserted after a standard rule set or other at-rule.

    Having the @import line in 1st css causes this error, it seems.
    Commented out that line in kakumei blue and buttons show up. :)

    This doesn't happen in Windows Firefox 3?

    Posted: 3 years ago #
  2. Kakumei blue works just fine with this on FF3 under Windows, no errors.

    It may be a bug I can workaround however I have zero time to work on this for the rest of September and early October. Gotta pay the bills.

    Posted: 3 years ago #
  3. myu

    Member

    :) understandable. (not firefox, bills.)
    I can bodge it for now.

    Would be nice, (when you have time, of course!) if people using mac + firefox to be able to see the buttons on forums that use this, since it's a nice plugin.

    Thanks for excellent plugin + helps. :)

    Posted: 3 years ago #
  4. This plugin doesn't seem to be compatible with the preview one (http://bbpress.org/plugins/topic/live-comment-preview/). Activating previews stops the toolbar from appearing.

    Anything I can do to debug?

    Posted: 3 years ago #
  5. Ah yes, firebug reports this error:

    Node cannot be inserted at the specified point in the hierarchy" code: "3
    http://forums.mudlet.org/bb-plugins/bbcode-buttons/BBcode-buttons.js?0.0.4
    Line 19

    Posted: 3 years ago #
  6. Strange this plugin worked out of the box (IIRC) with the latest stable release on my local server but didn't work on the hostgator server. BBcode lite seems fine.

    Posted: 3 years ago #
  7. Would love to delete that last comment! What got me was not having the

    <?php do_action('bb_foot', ''); ?>

    between the /div and /body tags in the footer.

    Thanks for the hard work on this one, _ck_

    Posted: 3 years ago #
  8. It's a really common mistake in many custom templates.
    I really need to put that in the FAQ for all my plugins.
    bb_head and bb_foot are critical for many of my plugins.

    Posted: 3 years ago #
  9. I do have that code in my footer.php, but buttons don't appear.

    I do get this javascript error also:

    [blockquote]Node cannot be inserted at the specified point in the hierarchy" code: "3
    http://forums.mudlet.org/bb-plugins/bbcode-buttons/BBcode-buttons.js?0.0.4
    Line 19[/blockquote]

    Posted: 3 years ago #
  10. Nevermind, we fixed it. Replace document.styleSheets[document.styleSheets.length-1] with document.styleSheets[0] and it works. The issue was that it was getting the wrong style.css (the live preview had its own css that it added).

    Posted: 3 years ago #
  11. I can see the stylesheet insertion is a problem and I will have to come up with a more creative solution when I have some time.

    Posted: 3 years ago #
  12. musnake

    Member

    Seems to work fine on Theme Name: The Hybrid (aka Kakumei Too) bbPress v1.0a2

    There are many Kakumei CSS warnings, but the buttons work fine.

    Posted: 3 years ago #
  13. Good plugin ck! Thanks.

    Posted: 3 years ago #
  14. I am experiencing a strange issue...

    When used in conjunction with the Allow Images plug-in, my UL button is replaced with the IMG button.

    I haven't looked much into why as my forum traffic is low for now, but sure enough if I disable the Allow Images plug-in, the UL button reappears.

    Posted: 3 years ago #
  15. Thanks for reporting that John.
    It was a weird PHP parsing problem on inline comments.
    Should be fixed now in 0.0.6

    Posted: 3 years ago #
  16. Also a small issue, I also have the bb_smileys plug-in, and that plug-in also adds a button at the top of the text field. It conflicts with the buttons of this plug-in. So the last button in the toolbar and the smiley button are one above the other and the last position (where the smiley should be) is empty.

    Posted: 3 years ago #
  17. mvds, I just tinkered with both bbcode-buttons and bb-smilies so be sure to try the latest versions and let me know if that changes for you (0.0.7 & 0.0.5)

    If you are using a custom theme it may be necessary to adjust the css for bb-similies, I can only try to guess based on the default kakumei.

    Give me a screenshot and i can try to guess better for you.

    Posted: 3 years ago #
  18. Is it possible to have the buttons show when one is editing a post?

    Posted: 3 years ago #
  19. _ck_ It seems to be fixed :) Great work!

    btw, I'm using the bb_modmat theme (until the pixeled theme works for bbpress also.)

    Posted: 3 years ago #
  20. Vadi, they should definitely be showing when you are editing a post. Please try the newest version that I just posted recently and if you still don't see it, your template may be missing some of the critical default bbpress hooks. Let me know.

    Posted: 3 years ago #

RSS feed for this topic

Add a Comment »

You must log in to post.