askvortsov / flarum-moderator-warnings
Moderator Warnings extension for flarum.
Installs: 15 140
Dependents: 3
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 7
Open Issues: 13
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
Requires (Dev)
- flarum/testing: ^1.0.0
- dev-master
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.0
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/npm_and_yarn/js/json5-1.0.2
- dev-dependabot/npm_and_yarn/js/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/js/loader-utils-and-webpack-cli-1.4.2
- dev-dependabot/npm_and_yarn/js/terser-4.8.1
- dev-dependabot/npm_and_yarn/js/minimist-1.2.6
- dev-dependabot/npm_and_yarn/js/ajv-6.12.6
- dev-dependabot/npm_and_yarn/js/lodash-4.17.21
- dev-dependabot/npm_and_yarn/js/ssri-6.0.2
- dev-dependabot/npm_and_yarn/js/elliptic-6.5.4
- dev-mithril-2-updates
This package is auto-updated.
Last update: 2024-10-14 17:10:55 UTC
README
A Flarum extension. This allows moderators to warn users. Warnings can be applied from a post or from the user's profile. Each warning contains a number of strikes (0 - 5), a message visible to the user, and a message visible only to other moderators. Users will recieve notifications for warnings they recieve.
TODO
- Suspend integration (automatically suspend if users reach more than X warnings, with X configurable in settings)
Installation
Use Bazaar or install manually with composer:
composer require askvortsov/flarum-moderator-warnings
Updating
composer update askvortsov/flarum-moderator-warnings
Feedback and Bugs
Please feel free to report any feedback/bugs/feature ideas on the discuss thread, or as an issue on the github!
Credit
The base UI for this extension is based on, and reuses some code from, Friends of Flarum's Moderator Notes extension. Thank you to Ian Morland and all the folks at GiffGaff for their hard work on this!