datlechin/flarum-bbcode-hide-content

Gives users the ability to hide content from other users using BBCode.

Installs: 3 043

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 1

Type:flarum-extension

pkg:composer/datlechin/flarum-bbcode-hide-content

v2.0.0-beta.1 2026-02-24 08:26 UTC

This package is auto-updated.

Last update: 2026-02-24 17:03:22 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension. Gives users the ability to hide content from other users using BBCode.

How to use

  • Add the following BBCode to your post:
  • [LOGIN]content to hide[/LOGIN]: hides the content from the non-logged in users
  • [LIKE]content to hide[/LIKE]: hides the content until the user likes the post
  • [REPLY]content to hide[/REPLY]: hides the content until the user replies to the post

Installation

Install with composer:

composer require datlechin/flarum-bbcode-hide-content:"*"

Updating

composer update datlechin/flarum-bbcode-hide-content:"*"
php flarum cache:clear

Links