BBCode Hide Content

A Flarum extension. Gives users the ability to hide content from other users using BBCode.



How to use
- Add the following BBCode to your post:
[LIKE]content to hide[/LIKE]: hides the content until the user likes the post
[REPLY]content to hide[/REPLY]: hides the content until the user replies to the post
Installation
Install with composer:
composer require datlechin/flarum-bbcode-hide-content:"*"
Updating
composer update datlechin/flarum-bbcode-hide-content:"*"
php flarum migrate
php flarum cache:clear
Links