# Show posts only to logged in users

**URL:** https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970
**Category:** Support
**Created:** [April 17, 2023, 4:15pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970 "2023-04-17T16:15:33Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Jane\_Jojo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jane_jojo/32/119485_2.png) [@Jane\_Jojo](https://meta.discourse.org/u/Jane_Jojo)
#### Post date: [April 17, 2023, 4:15pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/1 "2023-04-17T16:15:33Z")

</div>

Question in the tin. What should I be doing if I had to restrict edit/view posts to only logged-in users?

**Edit:**

I should have framed the question better.

Here’s an example:  
This is a post on my forum: [No Bake Choco Marie Biscuit Cake - #2 by Vishnu\_Rajeev - blog - comments](https://comments.alittlebitofspice.com/t/no-bake-choco-marie-biscuit-cake/1639/2)

I want only people who have logged in to view or respond to this. Is this possible?

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [April 17, 2023, 4:17pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/2 "2023-04-17T16:17:24Z")

</div>

Hey Jane. 🙂

Posts or topics?

Everywhere, on only in certain categories?

---

<div class="post-metadata">

### Author: ![Jane\_Jojo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jane_jojo/32/119485_2.png) [@Jane\_Jojo](https://meta.discourse.org/u/Jane_Jojo)
#### Post date: [April 17, 2023, 5:07pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/3 "2023-04-17T17:07:04Z")

</div>

Sorry for the confusion.

Topics. And in all categories.

---

<div class="post-metadata">

### Author: ![MikeNolan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikenolan/32/297597_2.png) [@MikeNolan](https://meta.discourse.org/u/MikeNolan)
#### Post date: [April 17, 2023, 5:27pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/4 "2023-04-17T17:27:23Z")

</div>

Is there a reason you can’t use the ‘login required’ setting?

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [April 17, 2023, 9:49pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/5 "2023-04-17T21:49:19Z")

</div>

it depends on exactly what you are looking for here - do you have anything on your forum that you want them to see at all? if not then like @MikeNolan said, you can use the `login_required` setting to restrict all content to members. but if there are some content you want anonymous users to be able to see, then you have to use other methods, like category security permissions for example. 🙂

---

<div class="post-metadata">

### Author: ![Jane\_Jojo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jane_jojo/32/119485_2.png) [@Jane\_Jojo](https://meta.discourse.org/u/Jane_Jojo)
#### Post date: [April 18, 2023, 12:24am UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/6 "2023-04-18T00:24:47Z")

</div>

I’ve updated the question.

How do I update a topic like [No Bake Choco Marie Biscuit Cake - #2 by Vishnu\_Rajeev - blog - comments](https://comments.alittlebitofspice.com/t/no-bake-choco-marie-biscuit-cake/1639/2) to be viewable and editable by only logged in people.

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [April 18, 2023, 12:36am UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/7 "2023-04-18T00:36:41Z")

</div>

Simple change category Security settings

Ie category

Everyone See/Create/Reply

To

Delete Everyone setting replace with

Trust\_Level\_0: See/create/reply

As it is no longer viewable by ‘Everyone’ a minimal Trust Level must be met.which requires a person to create an account.

You can also further customize this to something like

Trust\_Level\_0: See  
Trust\_Level\_1: See/Create/Reply

---

<div class="post-metadata">

### Author: ![MikeNolan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikenolan/32/297597_2.png) [@MikeNolan](https://meta.discourse.org/u/MikeNolan)
#### Post date: [April 18, 2023, 6:11am UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/8 "2023-04-18T06:11:52Z")

</div>

I do not think there is currently a way to make a specific topic visible to those logged in while other topics in the same category are visible without logging in, but you can do it at the category or site levels..

One possibility might be to move topics you want behind the login to a different category, one that requires at least TL0 to read.

---

<div class="post-metadata">

### Author: ![Jane\_Jojo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jane_jojo/32/119485_2.png) [@Jane\_Jojo](https://meta.discourse.org/u/Jane_Jojo)
#### Post date: [April 18, 2023, 5:31pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/9 "2023-04-18T17:31:15Z")

</div>

Thank you. Which category has these? If not, how do I change the category settings? Also, create a new category?

---

<div class="post-metadata">

### Author: ![MikeNolan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikenolan/32/297597_2.png) [@MikeNolan](https://meta.discourse.org/u/MikeNolan)
#### Post date: [April 18, 2023, 8:56pm UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/10 "2023-04-18T20:56:23Z")

</div>

I’m not sure who you’re asking, Jane.

There is quite a bit about how to be a discourse admin in the documentation category here, for more on categories I’d suggest starting with [Create a category in Discourse](https://meta.discourse.org/t/create-a-category-in-discourse/197224)

In all honesty, I think the best way to learn your way around the admin features is to experiment with them, but then I’m a programmer/analyst/engineer by training so that’s kind of what I’ve been doing for close to 50 years.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [April 19, 2023, 7:03am UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/11 "2023-04-19T07:03:45Z")

</div>

There’s also [Understanding groups and category permissions](https://meta.discourse.org/t/understanding-groups-and-category-permissions-security-settings/87678) too 👍

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [May 19, 2023, 7:04am UTC](https://meta.discourse.org/t/show-posts-only-to-logged-in-users/261970/12 "2023-05-19T07:04:46Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
