Reply to see

Reply to see mshuo/reply-to-see

Hide content until users reply — encourage engagement by revealing hidden posts or media only after replying.

Reply To See

English | 中文介绍


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

Versions

  • Version v1.0.0.

    Likely works with Flarum v1.8.10.

    Unlikely to work with Flarum v2.0.0-beta.3.

  • Extension created.