# Request: images in posts visible for registered users (or min tl) only

**URL:** https://meta.discourse.org/t/request-images-in-posts-visible-for-registered-users-or-min-tl-only/35264
**Category:** Feature
**Created:** [11월 5, 2015, 1:11오후 UTC](https://meta.discourse.org/t/request-images-in-posts-visible-for-registered-users-or-min-tl-only/35264 "2015-11-05T13:11:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![anon36484860](https://avatars.discourse-cdn.com/v4/letter/a/b782af/32.png) [@anon36484860](https://meta.discourse.org/u/anon36484860)
#### Post date: [11월 5, 2015, 1:11오후 UTC](https://meta.discourse.org/t/request-images-in-posts-visible-for-registered-users-or-min-tl-only/35264/1 "2015-11-05T13:11:54Z")

</div>

Hey guys

Is there a way to prevent non-registered users to see images in posts?  
Lot of typical forums bring this feature with them.  
I searched in discourse admin settings, but could not find such an option.  
I only could find one to prevent attachment downloads.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [11월 5, 2015, 9:56오후 UTC](https://meta.discourse.org/t/request-images-in-posts-visible-for-registered-users-or-min-tl-only/35264/2 "2015-11-05T21:56:49Z")

</div>

We have no plans for this, and it has never been requested until now.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [11월 6, 2015, 5:51오전 UTC](https://meta.discourse.org/t/request-images-in-posts-visible-for-registered-users-or-min-tl-only/35264/3 "2015-11-06T05:51:44Z")

</div>

Yes, if hiding them with css is good enough for you, you can do it like this.

```css
.anon .cooked img {
  display: none;
}

```

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [11월 6, 2015, 6:27오전 UTC](https://meta.discourse.org/t/request-images-in-posts-visible-for-registered-users-or-min-tl-only/35264/4 "2015-11-06T06:27:26Z")

</div>

> [@simon](#):
>
> if hiding them with css is good enough for you, you can do it like this.

I tried and it does work.  
It also hides avatars in quotes, images in oneboxes and emoji, but I guess if the idea is to give a reduced experience to non-registered visitors (i.e. anons) then it fills the bill.

---

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [10월 16, 2021, 4:08오전 UTC](https://meta.discourse.org/t/request-images-in-posts-visible-for-registered-users-or-min-tl-only/35264/6 "2021-10-16T04:08:00Z")

</div>

저는 독일의 공립학교에서 디스커스(Discourse) 포럼을 구축하고 있습니다.  
이러한 시도에 있어, 로그인하지 않은 사용자에게는 아바타를 기호로 대체하거나, 얼굴 사진의 게시를 특정 그룹으로만 제한할 수 있는 옵션을 제공하면 매우 유용할 것입니다.
