# Permissions in certain category

**URL:** https://meta.discourse.org/t/permissions-in-certain-category/203739
**Category:** Support
**Created:** [September 16, 2021, 2:45pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739 "2021-09-16T14:45:23Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![kyle\_boyce](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyle_boyce/32/75951_2.png) [@kyle\_boyce](https://meta.discourse.org/u/kyle_boyce)
#### Post date: [September 16, 2021, 2:45pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/1 "2021-09-16T14:45:23Z")

</div>

Is it possible to have posts in a certain category:

- Allow everyone to create a post
- Only allow author and staff to reply
- Allow everyone to see posts - only author and staff can reply

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [September 16, 2021, 2:59pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/2 "2021-09-16T14:59:04Z")

</div>

Check settings of category \>. Security. Then just allow what is needed to different groups.

---

<div class="post-metadata">

### Author: ![kyle\_boyce](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyle_boyce/32/75951_2.png) [@kyle\_boyce](https://meta.discourse.org/u/kyle_boyce)
#### Post date: [September 16, 2021, 3:02pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/3 "2021-09-16T15:02:17Z")

</div>

Hi there,

I tried this, but when unchecking “everyone” to reply it automatically unallows everyone to create.  
I need everyone to be able to create but only staff/author to reply while allowing everyone to view

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [September 16, 2021, 3:06pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/4 "2021-09-16T15:06:42Z")

</div>

You are right. Reading and answering goes, but reading and creating not. Strange.

Is this a bug, an accident or something that comes from the code? Hopefully somebody wiser knows the answer.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 16, 2021, 3:29pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/5 "2021-09-16T15:29:01Z")

</div>

There is no option to have everyone create topics, but only certain people to be able to reply.

You can have everyone see posts and a more restrictive group create and reply.

To allow anyone to create topics and limit who can reply would take a plugin, or if you’re not too worried about someone clever being able to bypass the system, a theme component could probably hide the reply button for some groups.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [September 16, 2021, 5:06pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/6 "2021-09-16T17:06:16Z")

</div>

> [@pfaffman](#):
>
> There is no option to have everyone create topics, but only certain people to be able to reply.

No there is not. But why? Everything else can be limited.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 16, 2021, 5:21pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/7 "2021-09-16T17:21:06Z")

</div>

You can check out [Discourse Private Replies](https://meta.discourse.org/t/discourse-private-replies/146712) which sort-of (but not quite) does what you want. You might be able to modify or pay someone to modify that plugin to do what you want.

I think that using a theme component to hide the reply buttons to all but staff and author might be an easier fix, but don’t know for sure.

---

<div class="post-metadata">

### Author: ![4ong](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/4ong/32/186618_2.png) [@4ong](https://meta.discourse.org/u/4ong)
#### Post date: [September 16, 2021, 5:32pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/8 "2021-09-16T17:32:02Z")

</div>

@kyle_boyce @Jagster

This plugin may be helpful for you

# **[discourse-restricted-replies](https://github.com/discourse/discourse-restricted-replies)**

[https://github.com/discourse/discourse-restricted-replies.git](https://github.com/discourse/discourse-restricted-replies.git)

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [September 16, 2021, 6:29pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/9 "2021-09-16T18:29:46Z")

</div>

As brittons say (in movies anyway): splendid indeed.

I don’t know what OP needs/wants, but this does exacly what I need.

---

<div class="post-metadata">

### Author: ![4ong](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/4ong/32/186618_2.png) [@4ong](https://meta.discourse.org/u/4ong)
#### Post date: [September 16, 2021, 6:30pm UTC](https://meta.discourse.org/t/permissions-in-certain-category/203739/10 "2021-09-16T18:30:28Z")

</div>

@Jagster I’m glad to hear that it helps!
