Is it possible to create a topic that is only updatable (reply, edit) only by the author or admin or moderator, but readable by everyone?
I would like to have your opinion about a new permission for categories?
I’m building a support platform using Discourse in which professional users can ask questions and author or admin can answer.
I would like to create a category in which professional users can ask questions and can only be answered by the author or admin. Standard users can see the questions and answers of others but can not create or answer topics.
Currently we have “Create, answer, see”, “Answer, see” and “See”, this permission would be something like “Create and see or answer own topic”.
What do you think of this feature? Do you think it would be easy to implement?
Create a group, call it professional users add relevant people to that group. Then create a category and set it’s permissions as follows:
Admins can - create/reply/see
Professional users can - create/reply/see
everyone can - see
Only users that are invited to the PM can read it (and Admins, if they so choose, but we are working on a plugin called discourse-encrypt which will make that impossible).