https://github.com/FriendsOfFlarum/filter
Flag potentially offensive posts
https://github.com/FriendsOfFlarum/filter
hacktoberfest
Last synced: 21 days ago
JSON representation
Flag potentially offensive posts
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/filter
- Owner: FriendsOfFlarum
- License: mit
- Created: 2017-03-09T19:18:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T08:56:13.000Z (7 months ago)
- Last Synced: 2024-10-29T22:37:24.032Z (6 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 482 KB
- Stars: 9
- Watchers: 3
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Filter - Filter out words and phrases from forum posts. (Extensions / Discussion ([:top:](#table-of-contents)))
README
# Filter by FriendsOfFlarum
 [](https://packagist.org/packages/fof/filter)
[](https://extiverse.com/extension/fof/filter)
A [Flarum](http://flarum.org) extension that filters and flags posts by keywords, with the ability to auto-merge double posts.
### Goals
- Make a moderator's job easier by filtering posts as they are posted
### Usage
- Input strings seperated by a new line
### Installation
Install with composer:
```bash
composer require fof/filter:"*"
```### Links
- [on github](https://github.com/friendsofflarum/filter)
- [on packagist](https://packagist.org/packages/fof/filter)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).