
Modwatch
peopleinside/flarum-modwatch
Flarum extension to temporarily force moderation for specific users.
- Downloads
- 0
- Version control
- github.com/PeopleInside/flarum-ext-modwatch
flarum-modwatch
Flarum extension to temporarily force post and discussion moderation on specific users.
This extension allows moderators and administrators to put a user under moderation for 30 days. During this time, all posts and discussions created by that user will require approval, regardless of their trust level or the status of the “first post approval” setting.
The moderation period can be manually removed before it expires.
🔧 Features
- Add or remove forced moderation from user profile dropdown.
- Affects both posts and new discussions.
- Works independently of “first post approval” thresholds.
- Fully compatible with:
-
flarum/approval
-
fof/spamblock
-
flarum/first-post-approval
-
- No database schema changes.
- Clean uninstall: no traces left in the database.
📸 Screenshots
Example of the profile dropdown:
🔒 Put user under moderation for 30 days
✅ Remove moderation
📦 Installation
Use Composer to install:
composer require peopleinside/flarum-modwatch
Update
composer update peopleinside/flarum-modwatch
Unistall
composer remove peopleinside/flarum-modwatch
Versions
-
Version 1.0.1.
Likely works with Flarum v1.8.10.
-
Extension created.