xypp / flarum-custom-hide-tags
Allow user select the tags they dont want to see.
Package info
github.com/zxy19/flarum-custom-hide-tags
Language:TypeScript
Type:flarum-extension
pkg:composer/xypp/flarum-custom-hide-tags
v1.0.2
2024-10-05 07:03 UTC
Requires
- flarum/core: ^1.2.0
- flarum/tags: ^1.8
Requires (Dev)
- flarum/testing: ^1.0.0
This package is auto-updated.
Last update: 2026-03-05 10:05:18 UTC
README
A Flarum extension. Allow user select the tags they don't want to see.
You need to configure permission in admin panel for which user can select tags.
Installation
Install with composer:
composer require xypp/flarum-custom-hide-tags:"*"
Updating
composer update xypp/flarum-custom-hide-tags:"*"
php flarum migrate
php flarum cache:clear