bbPress

Simple, Fast, Elegant

bbPress plugin browser »

Comment Quicktags for bbPress (1.1)

Download

Version: 1.1

Other Versions

Last Updated: 2007-1-9

Requires bbPress Version: 0.74 or higher

Compatible up to: 0.74

Author Homepage »

Plugin Homepage »

Average Rating

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

Your Rating

Author: Stefano Aglietti

This plugin adds a quicktags toolbar over textarea for inserting or editing posts in the various bbPress pages. This plugin is a modified and simplyfied version of the WordPress plugin Comment Quicktags + by Dan Cameron.

The plugin already support the IMG tag to include images inside a topic. To make this tag works you need to installa another plugin to support the img tag that you can find here:

http://bbpress.org/plugins/topic/5?replies=14


  1. helgetry

    Member

    Can you explain what a "quicktag" is?

    Posted: 1 year ago #
  2. This does not appear to work in 0.80. I commented at the plugin author's blog, but I thought I would comment here also. It appears that the js is not included in the head at all, so I'm not sure how it could work. Is anyone using this successfully with 0.80?

    Posted: 1 year ago #
  3. Works perfectly on mine. Make sure you unzip the two files directly into the /my-plugins/ folder and not just move the folder over. The files themselves need to be in the /my-plugins/ folder to work.

    Posted: 1 year ago #
  4. Helgetry, a quicktag is a button you press and it automagically puts code into your writing box.

    Stefano, many thanks ~ it works very nicely!

    Posted: 1 year ago #
  5. Great plugin, works perfectly well.

    In case anyone is interested, I have used the styles used in Wordpress admin section, just copy this to your CSS file:

    #ed_toolbar input
    {
    background:#F4F4F4 none repeat scroll 0%;
    border:1px solid #B2B2B2;
    color:#000000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:1px;
    padding:3px;
    }
    #ed_toolbar input:hover
    {
    background:#C6C6C6 none repeat scroll 0%;
    }
    Posted: 1 year ago #
  6. Just to note, if you have WP_BB set to "true" then use the regular WordPress hook in the last line
    add_action('wp_head', 'comment_quicktags');

    Posted: 1 year ago #
  7. very good

    Posted: 1 year ago #
  8. how can i add 2 buttom for rtl and ltr wich will insert <div dir=rtl> and <div dir=ltr> ?

    Posted: 1 year ago #
  9. <blockquote>Note: If you use bbPress in the version 0.72 or 0.73 the plugin will be active only in the page that show a single topic, to malke the toolbar available in all windows to insert/modify topic and post you should edit the header.php file in the standard template or in you presonal template. You have to change the following lines:
    
    < ?php bb_enqueue_script('topic'); bb_head(); ?> < ?php endif; ?>
    
    into:
    
    < ?php bb_enqueue_script('topic'); ?> < ?php endif; ?>
    
    < ?php bb_head(); ?>
    
    No modification needed for version 0.74 or above.
    </blockquote>

    Just a note...

    I found I had to use this mod to get quicktags to show up in all post edit windows...and this was with the most recent bbpress (version 0.8.2.1). Nicely, the mod also makes quicktags work with the "bbpress signatures" plugin.

    Posted: 1 year ago #
  10. geezmo

    Inactive

    This plugin doesn't seem to work in Mozille Firefox? It works perfectly when I'm using IE but not with Firefox.

    Posted: 1 year ago #
  11. itissue

    Member

    This plugin doesn't seem to work for me. I'm using version 8.3 and I'm using the SuperBold Template. Is there any code I need to modify?

    Posted: 11 months ago #
  12. itissue

    Member

    This plugin isn't working for me. I'm using version 8.3 and the Super Bold Template. I have the code you mentioned above

    < ?php bb_enqueue_script('topic'); ?>
    < ?php endif; ?>
    < ?php bb_head(); ?>

    but it still doesn't work. Here's the url to my site http://forum.suefeng.com

    Posted: 11 months ago #
  13. itissue

    Member

    Nevermind. I got it to work after reading GuitarAngel's comment.

    Posted: 11 months ago #
  14. This plugin can be enhanced by not loading the javascript on pages it's not needed.

    I wrapped the inside of function comment_quicktags in this:
    if (bb_get_current_user() && (isset($_GET['new']) || in_array(bb_get_location(),array('topic-page','tag-page','forum-page')))) {

    Also while the way it self-loads itself for the extra javascript, it's causing twice the load for the browser to fetch two files. Just edit the quicktags.js directly with the new buttons, makes it smaller/faster.

    Posted: 9 months ago #
  15. JoergHH

    Member

    Seem to not work for bbP 0.9.0.1...at least for my installation...

    Posted: 7 months ago #
  16. it is not working for me either...

    Posted: 7 months ago #
  17. This plugin is working fine on my 0.9 install.
    It's remotely possible that there's a conflict with jquery which I change to not load.

    Posted: 7 months ago #
  18. JoergHH

    Member

    @_ck_:

    What is jquery and where can I disable it?

    BTW: I haven't installed any furthermore plugins except Quicktags.

    Posted: 7 months ago #
  19. Before we change anything have you followed this:
    http://bbpress.org/plugins/topic/quicktags-4-bbpress/#post-93

    Posted: 7 months ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.