Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 923 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 923 Bytes

Filter

A Flarum extension that filters and flags posts by keywords

Goals

  • Make a moderator's job easier by filtering posts as they are posted

Usage

  • Input strings seperated by a comma and a space ", "

Installation

composer require issyrocks12/flarum-ext-filter

To Do

  • Add regex support (in progress)
  • Ability to change flagger name, and fix (to do)
  • Add a notification to the user's notifications (to do)
  • Requests?

Issues

  • Flagger_name doesn't work

End-user usage

Input the strings, posts will be filtered as they are posted. They will be flagged and unapproved. An email will be send to the poster if the setting is on.

Links