https://github.com/discourse/discourse-restricted-replies
Plugin to restrict replies in a category to the OP, and members of a specified group
https://github.com/discourse/discourse-restricted-replies
discourse-plugin
Last synced: 7 months ago
JSON representation
Plugin to restrict replies in a category to the OP, and members of a specified group
- Host: GitHub
- URL: https://github.com/discourse/discourse-restricted-replies
- Owner: discourse
- License: mit
- Created: 2019-10-15T20:29:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T05:30:30.000Z (12 months ago)
- Last Synced: 2025-06-05T07:39:52.815Z (12 months ago)
- Topics: discourse-plugin
- Language: Ruby
- Homepage:
- Size: 606 KB
- Stars: 7
- Watchers: 23
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restricted Replies Plugin
This plugin adds a per-category setting allowing staff to restrict replies in a certain category to the OP, and members of specific groups. This is a bolt-on to the core permissions system, and is configured using a separate UI underneath the regular category security settings.
You may want to use this to create a support category where all users can ask questions, but only users in the "experts" group can post replies.
For more information, please see: https://meta.discourse.org/t/restricted-replies-only-allow-certain-groups-to-reply-in-a-category/131343