Info
- 29 posts
- 10 voices
- Started 3 years ago by Detective
- Latest reply from chandersbs
- This topic is not a support question
Ajax Quote (or "Quote Extended"):
-
- Posted 3 years ago #
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 3 years ago #
Small fix:
$text = preg_replace('/<blockquote>((.|[\n\r])*?)<\/blockquote>/', '',$post->post_text); $text = bb_code_trick_reverse($text);:)
-
- Posted 3 years ago #
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 3 years ago #
That's because you need to remove the call to that function in the template. That function no longer exists.
-
- Posted 3 years ago #
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 3 years ago #
Well, i didn't write install instructions, so it's my fault :)
-
- Posted 3 years ago #
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 3 years ago #
I'm hosting this plugin here: http://alumnos.dcc.uchile.cl/~egraells/proyectos/plugins-para-bbpress/
-
- Posted 3 years ago #
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 3 years ago #
does it work with 2.5.x ?
thanks
-
- Posted 3 years ago #
ahh i'm using 0.9.0.2
-
- Posted 3 years ago #
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 3 years ago #
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 3 years ago #
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 years ago #
Give me your url so i can see why it doesn't work.
-
- Posted 3 years ago #
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 3 years ago #
Hello
Until now works pretty well with 1.0 alpha
Luc
-
- Posted 3 years ago #
I have the same problem as dankelly613;
any solution?
I use 1.0 Alpha
-
- Posted 3 years ago #
same problem here :)
-
- Posted 3 years ago #
Probably your installation is not loading the javascript libraries. Are you using WordPress' header instead of the bbPress one?
-
- Posted 3 years ago #
no i have a default install of bbpress 1.0 trunk. and yes, the javascript is not loaded, why?
-
- Posted 3 years ago #
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 years ago #
New version 1.2.
Now it doesn't require template edits :) -
- Posted 2 years ago #
Great, thank you. =)
Any plans for a Multiquote feature?
-
- Posted 2 years ago #
I think your website is down, I can't access it.
-
- Posted 2 years ago #
Yes, it's down, I'm setting up a new site.
But you can get it here... http://bbpress.org/plugins/topic/ajaxed-quote/
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
Did you upload the plugin into the folder my-plugins ? Check your Javascript console...
-
- Posted 2 years ago #
Yeah, I have uploaded it to my my-plugins folder. What exactly I should check, and where?
-
You must log in to post.