https://github.com/datlechin/flarum-bbcode-hide-content
Gives users the ability to hide content from other users using BBCode.
https://github.com/datlechin/flarum-bbcode-hide-content
Last synced: 9 months ago
JSON representation
Gives users the ability to hide content from other users using BBCode.
- Host: GitHub
- URL: https://github.com/datlechin/flarum-bbcode-hide-content
- Owner: datlechin
- License: mit
- Created: 2022-06-19T15:22:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T13:35:12.000Z (11 months ago)
- Last Synced: 2025-03-23T19:45:13.179Z (9 months ago)
- Language: PHP
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BBCode Hide Content
 [](https://packagist.org/packages/datlechin/flarum-bbcode-hide-content) [](https://packagist.org/packages/datlechin/flarum-bbcode-hide-content)
A [Flarum](http://flarum.org) extension. Gives users the ability to hide content from other users using BBCode.



## How to use
- Add the following BBCode to your post:
- `[LOGIN]content to hide[/LOGIN]`: hides the content from the non-logged in users
- `[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:
```sh
composer require datlechin/flarum-bbcode-hide-content:"*"
```
## Updating
```sh
composer update datlechin/flarum-bbcode-hide-content:"*"
php flarum cache:clear
```
## Links
- [Packagist](https://packagist.org/packages/datlechin/flarum-bbcode-hide-content)
- [GitHub](https://github.com/datlechin/flarum-bbcode-hide-content)
- [Discuss](https://discuss.flarum.org/d/31068)