WP Report Post

from 0$

WP Report Post is a WP Plugin Package from the Open Source WP Plugins range Highly customizable plugin to let your site visitors to report posts with inappropriate contents to administrator / editor.


For more information about a tailored WP Plugin Package like WP Report Post please contact us directly.

Report Post is a highly customizable plugin that lets your visitors to 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 anymore. All reports are stored in postmeta.
  • Modal window instead of expandable form (works with AJAXly loaded posts!)
  • Bulk Unpublish, Publish, Delete Posts, Delete Reports
  • All texts displayed in front end are customizable via Options
  • Admin notification about reported posts
  • Can use Captcha to protect from spam

Plugin demo: www.esiteq.com/projects/wordpress-report-post-plugin/

Usage

Plugin handles 4 class names. Two pre-defined (.report-post-link for a simple link with exclamation mark icon and .report-post-button for button)
and two custom that you can define yourself (.report-post-custom-link and .report-post-custom-button, respectively).

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.

<a href="#" post-id="<?php echo $post->ID; ?>" class="report-post-link">Report Inappropriate Post</a>

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

WP Report Post

typePlugin
version2.1.2
descriptionHighly customizable plugin to let your site visitors to report posts with inappropriate contents to…