This plugin adds a forum post reporting feature to Moodle, allowing users to report inappropriate or rule-violating posts to moderators. The plugin also includes email and Moodle web notification systems to alert moderators of new reports.
- "Report to Moderator" button on each forum post.
- Email and Moodle web notifications for moderators.
- Settings to enable/disable the reporting feature and select roles to receive notifications.
- Download the plugin file (ZIP).
- Go to your Moodle administration page.
- Navigate to "Site administration" > "Plugins" > "Install plugins".
- Upload the downloaded plugin ZIP file.
- Follow the installation instructions that appear.
- Download the plugin file (.zip) and extract it to your Moodle's local/ directory.
- Navigate to your Moodle's root directory in your terminal.
- Run the following command:
php admin/cli/upgrade.php
- After installation, go to "Site administration" > "Plugins" > "Local plugins" > "Forum Moderation".
- Set the "Reporting Enabled" option to "Yes" to enable the reporting feature.
- Select the roles you want to grant access to receive report notifications in the "Selectable Roles" option.
- Save changes.
- Users will see a "Report to Moderator" button below each forum post.
- When the button is clicked, users will be asked to provide a reason for the report.
- The report will be sent to the selected moderators via email and Moodle web notifications.
- Ensure your Moodle email settings are configured correctly for email notifications to be sent.