WP Manga Report Chapter

(4 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

For manga website owners, maintaining a smooth and enjoyable reading experience is essential. WP Manga Report Chapter is a powerful tool that allows users to report issues in chapters, helping administrators quickly identify and resolve problems. Whether it’s broken images, missing pages, or incorrect content, this feature ensures your readers get the best possible experience.

Key Features of WP Manga Report Chapter

  • Flexible User Reporting Options
    Website owners can choose whether to allow guests or only registered members to submit reports. This setting can be configured easily in the WP Manga Settings panel.
  • Efficient Report Management System

All reported issues are stored in the database as Manga Report posts in Pending status. Administrators can review, edit, and approve these reports before taking corrective action.

  • Spam Prevention Mechanism
    To avoid spam and duplicate reports, WP Manga Report Chapter includes a built-in spam prevention system. It restricts users from submitting multiple reports for the same issue based on User ID or IP address.
  • Automatic Report Button

The “Report Chapter” button appears automatically on manga reading pages, allowing users to submit reports with a single click.

  • Customizable Report Button
    For developers looking to customize the report button, this plugin provides a filter that can be modified in the child theme’s functions.php file:
php
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>';
}
  • Seamless Integration with WP Manga Plugins

WP Manga plugin works smoothly with all WP Manga-based themes and plugins, ensuring compatibility without additional modifications.

Why Use WP Manga?

By implementing WP Manga Report Chapter, you can:
Improve user experience by quickly fixing broken images and incorrect content.
Encourage community engagement by allowing readers to report issues.
Ensure website quality by keeping content accurate and error-free.

With just one click, readers can report issues, and you can efficiently manage and resolve them. Take control of your website today with WP Manga plugin!

 

Report button will appear automatically
  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.

  4. Jeff Hung (verified owner)

    This plugin doesn’t work for the X theme Currently. The Button Doesnt Show up

Add a review

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

one × three =

  • 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