WP Manga Report Chapter

(3 customer reviews)

$ 23

Regular license

A regular license gives you access to the installation files and dedicated support for 1 year. After 1 year:

  • You can continue to use this add-on on your site as long as you want
  • You can transfer this add-on license to another site which you owns
  • You cannot access to the new version released after your license's expired date
  • Your dedicated support is expired
WordPress

5.9+

Madara

1.7.3.12

Latest Update

09.09.2023

Allow readers to report chapter with broken images or incorrect content. You can configure to allow Guests or only registered Members to report (the setting is also in WP Manga Settings page).

The report will be saved in database as Manga Report post in Pending status. Admin can review and save/edit these report. The plugin also has spam-prevent machanism which does not allow repeatly report by User ID or by IP.

Report button will appear automatically

There is a filter that allows you to change the button easily. You can add this filter in your child-theme functions.php file

add_filter(‘wp_manga_chapter_report_button’, ‘my_report_button’, 10, 3);
function my_report_button($html, $manga_id, $chapter_slug){
return ‘<li id=”chapter_report_li”><a href=”#” data-manga=”‘ . esc_attr($manga_id) . ‘” data-chapter=”‘ . esc_attr($chapter_slug) . ‘” id=”btn_flag_chapter” title=”‘ . esc_html__(‘Report this chapter’, ‘wp-manga-chapter-report’) . ‘”><i class=”fas fa-exclamation-circle”></i></a> <span>Report Broken Images</span></li>’;
}

  1. jhung0301 (verified owner)

    You need to allow the reporter to add a comment. The report button is kind of useless when you dont know whats wrong with the chapter.

    • mangabooth

      Hi

      Have you update the latest version which allow reporter to choose report categories and description?

  2. Jeff Hung (verified owner)

    Ignore my previous review, I didn’t realize the settings were in a different panel. Has everything a report button requires!

  3. max (verified owner)

    It would be great if you could add an option (to activate) the floating button to report in the chapters.

Add a review

Your email address will not be published. Required fields are marked *

6 + one =

  • Sep 09th 2023 - v1.2
    • #Add: new "Content Report" tab in front-end for author to manage their manga's reports
  • Sep 27th 2022 - v1.1.2
    • #Fix: duplicate chapters report issue
  • Dec 31st 2020 - v1.1
    • #Add: support Error Types and Error Content
    • #Update: admin to view report manga and chapter
  • Nov 30th 2020 - v1.0.2
    • #Fix: unable to report for Video/Text chapter