googolowo / flarum-warnings
Moderator Warnings extension for flarum.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 7
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-patch-1
- 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 not auto-updated.
Last update: 2024-10-18 12:11:45 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, a message visible to the user, and a message visible only to other moderators. Users will recieve notifications for warnings they recieve.
Because of that Moderator Warnings plugin is abandoned, so we created a fork version.
TODO
- Suspend integration (automatically suspend if users reach more than X warnings, with X configurable in settings)
- Assume not malice warning.
Installation
Use Bazaar or install manually with composer:
composer require googolowo/flarum-warnings
Updating
composer update googolowo/flarum-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!