xmugenx / flarum-ext-post-blacklist
Posts with blacklisted words will be hidden.
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Type:flarum-extension
Requires
- flarum/core: >=0.1.0-beta.10 <0.1.0-beta.12
- dev-master
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.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/ajv-6.12.6
- dev-dependabot/npm_and_yarn/js/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/js/browserslist-4.16.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/y18n-4.0.1
- dev-dependabot/npm_and_yarn/js/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/js/yargs-parser-13.1.2
- dev-dependabot/npm_and_yarn/js/acorn-6.4.1
This package is auto-updated.
Last update: 2025-01-05 03:11:26 UTC
README
Flarum extension that add post blacklist to your Flarum forum.
Usage
- Input strings separated by a space
Installation
If you like to install this extension, run the following command:
composer require xmugenx/flarum-ext-post-blacklist
Updating
If you like to update the package:
composer require xmugenx/flarum-ext-post-blacklist
End-user usage
Input the strings, posts will be filtered as they are posted. They will be blacklisted and hidden from others.
To Do
- ?