Contributors: jjeaton
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7DR8UF55NRFTS
Tags: bbpress, topics, replies, report, content, spam
Requires at least: 3.6
Tested up to: 4.0
Stable tag: 1.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Give your bbPress forum users the ability to report inappropriate content or spam in topics or replies.
Give your bbPress forum users the ability to report inappropriate content or spam in topics or replies. This plugin adds a "report" admin link to topics and replies, when clicked, the topic/reply is assigned a post status of "User Reported".
All logged-in users can report content and see that a topic has been reported, only Moderators and up can un-report the content. Integrates with the standard Topic admin screens.
When a topic is reported, a banner is shown at the top of the page indicating that the topic has been reported as inappropriate. For replies, a message is added within the reply, before the content.
Requires bbPress 2.4+.
bbPress - Report Content is fully internationalized and ready for translation:
The following translations are currently available:
- Brazilian Portuguese (pt_BR) - espellcaste
- Croatian (hr) - Sanjin Barac
- Finnish (fi) - Marko Kaartinen
- French (fr_FR) - Matthieu Durocher
- German (de_DE) - Alexander Ihrig
- Italian (it_IT) - Barbara Lerici
- Polish (pl_PL) - Paulina
- Spanish (es_ES) - Andrew Kurtis - WebHostingHub
New language packs, or updates to existing ones, can be sent via GitHub or by contacting me.
Active development happens on Github: https://github.com/jjeaton/bbpress-report-content. PRs welcome!
- Upload the
bbpress-report-content
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
The user who reported the topic or reply is stored as post meta and displayed as a column on the "User Reported" view.
- The report link displayed in the topic admin links list.
- Topics admin screen, showing the custom "User Reported" status.
- Front end display of a reported topic.
- Updated Croatian translation
- Enhancement - Croatian translation (props Sanjin Barac)
- Enhancement - Italian translation (props Barbara Lerici)
- Enhancement - Add "reported" or "unreported" classes to the report/unreport links to signify current state.
- Fix - Require bbPress to be activated before loading.
- Fix - Errors in es_ES translation (props Barbara Lerici)
- Tweak - Updated POT file to add new strings.
- Enhancement - German translation (props Alexander Ihrig)
- Enhancement - Polish translation (props Paulina)
- Enhancement - Finnish translation (props Marko Kaartinen)
- Fix - Plugin was loading the wrong directory for language files.
- Fix - Modify all textdomain strings and update POT file
- Fix - Make
get_reply_report_link
public so it can be used to output the report link elsewhere. - Enhancement - Spanish Translation (props Andrew Kurtis)
- Enhancement - French Translation (props Matthieu Durocher)
- Fix - Issue where bbPress feeds were only showing "reported" topics/replies.
- Initial release
Translation update only.
- Enhancement - German translation (props Alexander Ihrig)
Translation update only.
- Enhancement - Polish translation (props Paulina)
- Enhancement - Finnish translation (props Marko Kaartinen)
- Fix - Plugin was loading the wrong directory for language files.
- Fix - Modify all textdomain strings and update POT file
- Fix - Make
get_reply_report_link
public so it can be used to output the report link elsewhere. - Enhancement - Spanish Translation (props Andrew Kurtis)
- Enhancement - French Translation (props Matthieu Durocher)
- Upgrade to fix a bug in 1.0.0 that broke bbPress RSS feeds.
- Initial release