mshuo / reply-to-see
Hide content until users reply — encourage engagement by revealing hidden posts or media only after replying.
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.8
README
English
A Flarum extension that hides content inside [REPLY]...[/REPLY]
tags until the user replies.
This encourages interaction by requiring users to participate before accessing hidden content.
Features
- Hide content using
[REPLY]...[/REPLY]
BBCode. - Configurable reply modes in the admin panel.
- Supports nested
[REPLY]
tags.
Motivation
This extension is inspired by datlechin/flarum-bbcode-hide-content but adds additional functionality and optimizations.
Installation
composer require mshuo/reply-to-see
Updating
composer update mshuo/reply-to-see
中文介绍
一个 Flarum 扩展,用于在 [REPLY]...[/REPLY]
标签中隐藏内容,只有回复后才能查看。
通过这种方式,可以有效提升论坛互动性。
功能特性
- 使用
[REPLY]...[/REPLY]
BBCode 隐藏内容 - 在后台管理面板可配置回复模式
- 支持嵌套
[REPLY]
标签
灵感来源
本扩展参考了 datlechin/flarum-bbcode-hide-content 并在其基础上增加了新功能与优化。
安装方式
composer require mshuo/reply-to-see
更新方式
composer update mshuo/reply-to-see