hiqstd / flarum-ext-close
Make closed discussions and other people can't see a content
Installs: 135
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:flarum-extension
Requires
- flarum/core: >=0.1.0-beta.8 <0.1.0-beta.12
This package is auto-updated.
Last update: 2024-12-17 20:58:21 UTC
README
A Flarum extension to make closed discussions and other people can't see a content.
Installation
Use Bazaar or install manually with composer:
composer require hiqstd/flarum-ext-close php flarum migrate
Updating
composer update hiqstd/flarum-ext-close php flarum cache:clear
Links
Credit
- flarum/lock for base code structure.
- oaklinq/flarum-ext-reply2see with the way to hide a content.