littlecxm/flarum-reply-to-see

There is no license information available for the latest version (1.0.2) of this package.

Add reply to see to your forum.

Installs: 714

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 3

Open Issues: 0

Type:flarum-extension

1.0.2 2022-01-26 05:29 UTC

This package is auto-updated.

Last update: 2024-04-12 23:09:10 UTC


README

License

Explanation

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

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 littlecxm/flarum-reply-to-see:*

Updating

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

Links