flarumite/flarum-decontaminator

This package is abandoned and no longer maintained. No replacement package was suggested.

Apply content checks to discussions/posts using regex

Installs: 244

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 1

Type:flarum-extension

0.1.6 2020-06-25 20:14 UTC

This package is auto-updated.

Last update: 2020-10-12 12:30:30 UTC


README

MIT license Latest Stable Version Total Downloads Tests Donate

Decontaminator by Flarumite

  • Powerful filtering of user content, using regex
  • Integrates with flarum/flags
  • Match and replace, match and flag or both
  • Permissions to override filtering rules
  • Supports 'onsave' or 'onload' filtering
  • Filters on post content and discussion title

Setup multiple rules to filter any text content automatically. Add a flag alert to bring any rule trigger to the attention of your moderators.

Screenshots

  • Create a new rule: Create new rule

  • Show current rules: Show all current rules

  • Example of match and replace: create a post with content that matches a rule

Is replaced with:

Replaced match

Installation

Install with composer:

composer require flarumite/flarum-decontaminator

Creating a regex rule may have undesired effects. Please be certain you know what your rule is doing

Links