askvortsov/flarum-help-tags

Allow members to post in a tag, but only see discussions that they created or have been granted access to.

Installs: 1 584

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 3

Open Issues: 13

Type:flarum-extension


README

License Latest Stable Version

A Flarum extension. Now, your users can create discussions in certain tags, but only certain groups can see/reply to posts in those tags. For instance, if you want to have a tag for private support, users could create posts there and manage their own posts, but could not see posts that other users have made. However, designated groups could see and reply to all posts in the tag.

Installation

Use Bazaar or install manually with composer:

composer require askvortsov/flarum-help-tags

Updating

composer update askvortsov/flarum-help-tags

Usage

Give the "start discussions" and "start discussions without approval" permissions in a tag to groups of users who should be able to start discussions, but not see ALL discussions in a tag.

Give the "view discussions" permission in a tag to groups of users who should be able to see ALL discussions in a tag.

You can use the "view tag" permission to show a tag to (possibly) all users. This will not affect how discussions in the tag are shown.

Admins can designate certain discussions as "visible to all" (there's a button in the discussion controls). This will show the discussion to all users who can post in the discussions tags. You might want to use this together with the sticky extension.

Links