Zeno Report Post
by Marcel Pol on WordPress.org
Highly customizable plugin to let your visitors report posts with inappropriate content to administrator / editor.
Report Post is a highly customizable plugin that lets your visitors report posts or pages with inappropriate content. All these reports are displayed as a table in your Administrator section so you can decide what to do next: edit contents, unpublish posts/pages, or just delete these reports. The plugin was designed to work in both automatic and manual modes. In automatic mode, the link to report will be added to post’s meta box. In manual mode, you can place the link, button or image anywhere you want in templates.
Features:
- Easy to use – you can simply activate the plugin and it will do the thing
- Highly customizable via Options and CSS
- AJAX based – no page reload will occur
- Can be used in Automatic and Manual modes (to use in templates)
- Works for Posts, Pages and Custom Post Types
- Supports AJAXly loaded posts, ‘infinite scroll’ posts, etc.
- Does not use additional databases / tables. All reports are stored in postmeta.
- Modal window instead of expandable form (works with AJAXly loaded posts!)
- Bulk Unpublish, Publish, Delete Posts, Delete Reports
- Admin notification about reported posts
- Optional spamfilter to protect from spam
Usage
Plugin handles 4 class names. Two pre-defined (.zeno-report-post-link for a simple link with exclamation mark icon and .zeno-report-post-button for button)
To work correctly, report link must be placed inside of an
<
article> tag. Article tag must have id=”post-XXXX”, where XXXX is the id of current post. If your theme does not use
<
article> tags, you can add post-id=”XXXX” attribute to report link, e.g.
';