Skip to:
Content
Pages
Categories
Search
Top
Bottom

Ajax Quote (or “Quote Extended”):

  • @detective

    Member

    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.

Viewing 25 replies - 1 through 25 (of 28 total)
  • @detective

    Member

    Small fix:

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

    :)

    @citizenkeith

    Participant

    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 />

    @detective

    Member

    That’s because you need to remove the call to that function in the template. That function no longer exists.

    @citizenkeith

    Participant

    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.

    @detective

    Member

    Well, i didn’t write install instructions, so it’s my fault :)

    @citizenkeith

    Participant

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

    @detective

    Member

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

    @msowe-feha

    Member

    does it work with 2.5.x ?

    thanks

    @emmegildo

    Member

    ahh i’m using 0.9.0.2

    @detective

    Member

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

    @detective

    Member

    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…

    @dankelly613

    Member

    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

    @detective

    Member

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

    @detective

    Member

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

    @lstelie

    Member

    Hello

    Until now works pretty well with 1.0 alpha

    Luc

    @cartmanffc

    Member

    I have the same problem as dankelly613;

    any solution?

    I use 1.0 Alpha

    @meitershaker

    Member

    same problem here :)

    @detective

    Member

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

    @meitershaker

    Member

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

    @detective

    Member

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

    @detective

    Member

    New version 1.2.

    Now it doesn’t require template edits :)

    @the_wish

    Member

    Great, thank you. =)

    Any plans for a Multiquote feature?

    @chandersbs

    Member

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

    @detective

    Member

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

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

Viewing 25 replies - 1 through 25 (of 28 total)
  • You must be logged in to reply to this topic.
Skip to toolbar