whydesd / reply-to-see
Adds a reply to see BBCODE.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 12
Type:flarum-extension
Requires
- flarum/bbcode: ^1.0
- flarum/core: ^1.0
This package is auto-updated.
Last update: 2023-01-04 09:48:17 UTC
README
Explanation
This Extension is powered by WiseClock, and updated by Kvothe, but after flarum v1.0, the extension can not be used. so I upgrade it, now it can run under flarum v1.0 and v1.1.0
About This Extension
A Flarum extension. Adds a reply to see BBCODE.
Note that it only works for the main post (the start post of a discussion) because I don't think it makes sense to ask people replying to a comment post to see it's content. This BBCode will be replaced by div in comment posts.
How to
When creating/editing a post, you can simply use the [reply] BBCode to make it hidden to other users until they've replied.
[reply]Here goes the content[/reply]
Installation
install manually with composer:
composer require whydesd/reply-to-see
Updating
composer update whydesd/reply-to-see
php flarum cache:clear