bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Ajax Quote (or "Quote Extended"):

(22 posts)
  • Started 6 months ago by Detective
  • Latest reply from Detective
  • This topic is not a support question
  1. As i did with Private Messaging, i needed this functionality in the Quote plugin. So here it is if anyone is interested.

    Features:
    - The plugin uses nonces and removes the paragraph tags added by the pre_post filters.
    - The JS library used is SACK. I just copied it from a WP installation.
    - When you click on the Quote link, the post content is added in the reply form. You can click quote on another post to quote it too .

    I tested it on Firefox and works ok in my test install of bbPress.

    Posted 6 months ago #
  2. Small fix:

    $text =  preg_replace('/<blockquote>((.|[\n\r])*?)<\/blockquote>/', '',$post->post_text);
    $text = bb_code_trick_reverse($text);

    :)

    Posted 6 months ago #
  3. citizenkeith
    Member

    This appears in the quote box when I load a page:

    <br />
    <b>Fatal error</b>:  Call to undefined function  bb_quote_message() in <b>/home/zzz/zzz.com/forums/bb-templates/kakumei/post-form.php</b> on line <b>10</b><br />
    Posted 6 months ago #
  4. That's because you need to remove the call to that function in the template. That function no longer exists.

    Posted 6 months ago #
  5. citizenkeith
    Member

    Thanks. Obviously I'm not skilled in PHP, so I'm kinda lost. Like you mentioned with Private Messages, it's probably best to do a clean install. Maybe I can find time over the holiday tomorrow.

    Posted 6 months ago #
  6. Well, i didn't write install instructions, so it's my fault :)

    Posted 5 months ago #
  7. citizenkeith
    Member

    Are you planning on writing instructions and adding it to the plugin directory? I'm sure many would appreciate official releases of both this one and PM Extended. :-)

    Posted 5 months ago #
  8. I'm hosting this plugin here: http://alumnos.dcc.uchile.cl/~egraells/proyectos/plugins-para-bbpress/

    Posted 5 months ago #
  9. emmegildo
    Member

    hi detective..

    i installed your plugin but it doesn't work..
    when i click quote on user's post, the screen goes down to the reply post form but the form is empty.

    Posted 5 months ago #
  10. does it work with 2.5.x ?

    thanks

    Posted 5 months ago #
  11. emmegildo
    Member

    ahh i'm using 0.9.0.2

    Posted 5 months ago #
  12. Hi,

    Maybe if you give me your url i can see how the plugin fails, because it works for me (using 0.9.0.2 with WP 2.5.1).

    Posted 5 months ago #
  13. I found a bug (or perhaps a missing feature). In multipage topics, the plugin works only in the last page. I'll try to fix this...

    Posted 4 months ago #
  14. Hi, I've downloaded the latest version of this plugin from your blog, installed it according to the new instructions (thanks), but when I click the quote link, it just goes to the Reply field without quoting any text.

    Any solutions?

    I'm using WP 2.5.1 and bbPress 0.9.2

    Posted 3 months ago #
  15. Give me your url so i can see why it doesn't work.

    Posted 3 months ago #
  16. I just uploaded a new version into the Plugin Repository. Now you can quote on multipage topics (using the mechanism from the original plugin).

    Posted 2 months ago #
  17. Hello

    Until now works pretty well with 1.0 alpha

    Luc

    Posted 2 months ago #
  18. I have the same problem as dankelly613;

    any solution?

    I use 1.0 Alpha

    Posted 2 months ago #
  19. meitershaker
    Member

    same problem here :)

    Posted 2 months ago #
  20. Probably your installation is not loading the javascript libraries. Are you using WordPress' header instead of the bbPress one?

    Posted 2 months ago #
  21. meitershaker
    Member

    no i have a default install of bbpress 1.0 trunk. and yes, the javascript is not loaded, why?

    Posted 2 months ago #
  22. Well, i don't know :p You need to provide me with better information, like: do you uploaded the plugin into the folder my-plugins ?

    Perhaps you didn't uncompress the folder sack ??

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.