A plugin for bbPress that allows users to quote forum posts.
Works with the fancy editor (TinyMCE) and the the regular textarea.
Minimum requirements: WordPress 3.6, bbPress 2.3
Tested up to: WordPress 4.8+, bbPress 2.6-bleeding
- Make sure bbPress is already activated and installed in WordPress.
- Download, install and activate this plugin.
- Navigate to any bbPress forum topic and find the new "Quote" link on the right-hand side of a reply.
- Click on the link and the post form should auto-populate with the quote.
- Requires javascript to be enabled
- Heavily-dependent on the markup of the bundled bbPress reply template. View the FAQ section for more details.
- Todo: localize a javascript string; move inline JS to static file
Q. Your plugin uses an external CSS stylesheet. How do I get rid of it?
Add the following snippet to your theme's functions.php:
add_filter( 'bbp_quote_enable_css', '__return_false' );
Q. I recently upgraded to bbPress 2.3 and bbP Quote is no longer working!
If you're using a custom loop-single-reply.php
template in your theme and you upgrade to bbPress 2.3, you'll need to update your loop-single-reply.php
template so the markup resembles the new changes.
View this changeset for details.
Q. bbP Quote doesn't work at all and I'm using a customized bbPress template.
Unfortunately, this plugin is heavily-dependent on the markup that comes with the bundled bbPress templates.
The majority of people will not run into this problem. Only those that have made a lot of changes to the bbPress templates in their theme. If you are one of those people, you could probably tinker with the JS to get it to work for you.
0.1 - Pre-release
GPLv2 or later.