bbPress

Simple, Fast, Elegant

bbPress plugin browser »

Ajaxed Quote (1.0)

Download

Version: 1.0

Last Updated: 2008-9-3

Requires bbPress Version: 0.9.0.2 or higher

Compatible up to: 0.9.0.2

Author Homepage »

Plugin Homepage »

Average Rating

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

Your Rating

Author: Eduardo Graells

Allows quoting of messages when replying. Based on the plugin by Michael Nolan (http://bbpress.org/plugins/topic/quote/).

  • Using JS if the user is viewing the last page of a topic. In this way, a user can quote more than one message in a reply, because the quoted post is retrieved using AJAX.
  • Using the mechanism of the original plugin.

Among added features: the suggested ones in the comments of the original plugin, plus nonces, removal of nested blockquotes and localization.

Tags: , , ,

  1. It did work, and I've triple-checked the installation notes to make sure it works.

    Is there anything I can do to debug?

    Posted: 2 months ago #
  2. Er, meant to say it didn't, and I got the quote showing now.

    Posted: 2 months ago #
  3. Yes. Please use Firebug and take note of the error displayed in the JS console when you click in "Quote".

    Also, check the following:
    - There must a folder named 'sack' with a javascript file inside the folder of ajaxed quote.
    - The plugin must be installed in a subdirectory of the folder my-plugins.
    - It doesn't work if you use WordPress header template.

    Posted: 2 months ago #
  4. Has anyone had any success implementing this yet? I'm able to get the option to quote to appear at the end of each post (next to edit an delete), but clicking on it does nothing but bring me down to the empty comment field. I've made the necessary changes to post.php and post-form.php, made sure the folder structure is correct including the 'sack' folder, and activated the plugin.

    Posted: 2 months ago #
  5. It works for me :)

    Check mi previous message. What does firebug tell you ?

    Posted: 2 months ago #
  6. I have same problem as ddemeo:
    Firebug:

    sack is not defined
    quote_user_click("7", "quote.ajax.php?_wpnonce=7040b3ef57")quote.js...Fforum%2F (line 3)
    onclick()

    Posted: 2 months ago #
  7. Please see the html source of any topic and tell me if the script is being added.

    Posted: 2 months ago #
  8. I d'ont see any code beetwen :

    textarea /textarea

    =(

    Posted: 2 months ago #
  9. Sorry, it should be in the header :) Something like:

    <script type='text/javascript' src='http://www.ryuuko.cl/bbpress/my-plugins/ajaxed-quote/sack/tw-sack.js'></script>
    <script type='text/javascript' src='http://www.ryuuko.cl/bbpress/my-plugins/ajaxed-quote/quote.js.php?bloginfo=http%3A%2F%2Fwww.ryuuko.cl%2Fbbpress%2F'></script>

    With your url instead of ryuuko/bbpress.

    Posted: 2 months ago #
  10. in the header this string added

    Posted: 2 months ago #
  11. I've reinstalled the plugin and it works now: http://forums.mudlet.org/

    So thank you very much.

    Posted: 1 month ago #
  12. What a great plugin! It works for me too, in a couple of different installations.

    Posted: 1 month ago #
  13. Pertinax786

    Member

    Needs to be updated to change my-plugins to bb-plugins.

    Also it seems to break with permalinks -
    http://example.com/forums//your-first-topic#post-1

    should be

    http://example.com/forums/test/your-first-topic#post-1

    Posted: 1 week ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.