Forums

Join
bbPress Support ForumsPluginsAjax Quote (or "Quote Extended"):

Info

Ajax Quote (or "Quote Extended"):

  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.

  2. Small fix:

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

    :)

  3. 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 />
  4. That's because you need to remove the call to that function in the template. That function no longer exists.

  5. 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.

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

  7. 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. :-)

  8. 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.

  9. does it work with 2.5.x ?

    thanks

  10. ahh i'm using 0.9.0.2

  11. 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).

  12. 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...

  13. 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

  14. Give me your url so i can see why it doesn't work.

  15. I just uploaded a new version into the Plugin Repository. Now you can quote on multipage topics (using the mechanism from the original plugin).

  16. Hello

    Until now works pretty well with 1.0 alpha

    Luc

  17. I have the same problem as dankelly613;

    any solution?

    I use 1.0 Alpha

  18. same problem here :)

  19. Probably your installation is not loading the javascript libraries. Are you using WordPress' header instead of the bbPress one?

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

  21. 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 ??

  22. New version 1.2.
    Now it doesn't require template edits :)

  23. Great, thank you. =)

    Any plans for a Multiquote feature?

  24. I think your website is down, I can't access it.

  25. Yes, it's down, I'm setting up a new site.

    But you can get it here... http://bbpress.org/plugins/topic/ajaxed-quote/

  26. Okay, I downloaded it, uploaded it, activated it.

    However, when I click on the "quote" button, I don't see the "quote" in the reply box, as it should. (or shouldn't it? I don't think it's working.

    Somehow it's not fetching the content for me when I quote a reply.

    Ideas?

  27. Did you upload the plugin into the folder my-plugins ? Check your Javascript console...

  28. Yeah, I have uploaded it to my my-plugins folder. What exactly I should check, and where?

  29. You must log in to post.