Zeno Report Post

外掛說明

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.

<div class="zeno-report-post-link">
    <a href="#" name="zeno-report-post-link"
        class="zeno-report-post-link zeno-report-post-link-frontend"
        data-zeno_report_post-post-id="<?php echo (int) $post->ID; ?>"
        data-zeno_report_post-post-title="<?php echo esc_attr($post->post_title); ?>">
            Report this Post
    </a>
</div>';

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/wp-report-post directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Enjoy 🙂

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Zeno Report Post〉的開發相關工作。

參與者

〈Zeno Report Post〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Zeno Report Post〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

3.2.0

  • 2025-10-29
  • Add setting for post types.
  • Fix uninstall for options.
  • Set autoload explicitly for options.

3.1.0

  • 2025-08-01
  • Use add_filter instead of add_action for ‘the_content’ filter.
  • Only add modal to our own reported posts dashboard page.
  • Add dropdowns for subscribing and unsubscribing moderators.
  • Remove email option for single moderator.
  • Use wp_footer action for adding the modal.
  • Remove Delete Post in dashboard.
  • Fix Unpublish Post in dashboard.
  • Fix Delete Reports in dashboard.
  • Verify Nonces on dashboard page for reported posts.

3.0.1

  • 2025-07-20
  • Sanitize more output.
  • Verify Nonces correctly.
  • Use wp_json_encode instead of json_encode.
  • Use plugin_dir_path instead of WP_PLUGIN_DIR.
  • Fix text-domain in 1 string.
  • Rename zrp prefix to zeno_report_post.
  • Use rest_sanitize_boolean for booelean settings.
  • Fix CSS transitions.

3.0.0

  • 2025-07-07
  • Forked into Zeno Report Comments.
  • Rewrite classes into standalone functions.
  • Only load admin code on dashboard, not on frontend.
  • Remove function to import old options from wp-report-post plugin.
  • Remove reCAPTCHA.
  • Add spamfilter.
  • Add IP blocklist.
  • Remove remodal JavaScript, use our own modal.
  • After removing reports, set the post as moderated.

2.1.2

  • Bug fixed: duplicate reports were sent to administrator

2.1.1

  • Bug fixed: not expanding report when clicking user name in admin section

2.1.0

  • Email notifications added
  • IP Logging added
  • reCaptcha added

2.0.2

  • Added report date in two formats: Human (e.g 3 minutes ago) and Date / Time

2.0.1

  • Fixed posts per page in admin section, set to 25
  • Added import of reports created by version 0.X

2.0

  • Completely remastered. Well, this is not an update of previous version of the plugin. This is a new plugin written from scratch.

0.2.4

  • Fixed bug with incorrect link to attached image

0.2.2

  • Fixed bug with duplicate reports

0.2.1

  • Removed engine and encoding from CREATE TABLE query – default values will be used (in case if InnoDB is not supported on your hosting)

0.2

  • Perverted AJAX calls were replaced in a normal WordPress way
  • Added email notifications for reported posts
  • Compatible with WordPress 3.8.x and new themes
  • Multiple minor bugfixes

0.1

  • CSS buttons added
  • Fixed textarea width