Skip to content

rehiy/flarum-reply-to-see

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reply 2 See

License

Explanation

This Extension is powered by WiseClock, and updated by nosun. but after flarum v1.2, the extension can not be used. so littlecxm upgrade it, let it can run under flarum v1.2.

And I upgrade it again, let it can run under flarum v1.8.x.

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]

Screenshots

  • Before: preview-before

  • After: preview-after

Installation

install manually with composer:

composer require rehiy/flarum-reply-to-see:*

Updating

composer update rehiy/flarum-reply-to-see
php flarum cache:clear

Links

About

Add a "reply to see" feature to your flarum.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 58.5%
  • JavaScript 33.4%
  • Less 8.1%