Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/spamblock
Mark user as spammer, suspending them & hiding their posts and discussions
https://github.com/FriendsOfFlarum/spamblock
flarum friendsofflarum hacktoberfest spamblock
Last synced: about 2 months ago
JSON representation
Mark user as spammer, suspending them & hiding their posts and discussions
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/spamblock
- Owner: FriendsOfFlarum
- License: mit
- Archived: true
- Created: 2018-11-22T14:40:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T08:28:53.000Z (about 1 year ago)
- Last Synced: 2024-05-22T17:23:13.482Z (7 months ago)
- Topics: flarum, friendsofflarum, hacktoberfest, spamblock
- Language: PHP
- Homepage:
- Size: 243 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-flarum - FoF Spamblock - Mark user as spammer, suspending them & hiding their posts and discussions. (Extensions / Security & Spam ([:top:](#table-of-contents)))
README
# Spamblock by FriendsOfFlarum
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/spamblock.svg)](https://packagist.org/packages/fof/spamblock)
A [Flarum](http://flarum.org) extension. Mark user as spammer, suspending them & hiding their posts and discussions.
![screenshot](https://i.imgur.com/0cwtLk5.png)
### Installation
Install with composer:
```sh
composer require fof/spamblock:"*"
```### Updating
```sh
composer update fof/spamblock
php flarum cache:clear
```### Links
- [Packagist](https://packagist.org/packages/fof/spamblock)
- [GitHub](https://github.com/FriendsOfFlarum/spamblock)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).