# 投稿に表示されるこれらのアバターを削除するにはどうすればよいですか？

**URL:** https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979
**Category:** Support
**Created:** [2021 年 6 月 16 日午前 12:35 UTC](https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979 "2021-06-16T00:35:00Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Johnny\_McIvor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johnny_mcivor/32/218747_2.png) [@Johnny\_McIvor](https://meta.discourse.org/u/Johnny_McIvor)
#### Post date: [2021 年 6 月 16 日午前 12:35 UTC](https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979/1 "2021-06-16T00:35:00Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/1/9/1932dddbe61e45a5d2b6f172a927a21a20734fe4.png)

投稿者が通常は私だけであることをユーザーに知られたくありません。投稿者が誰なのか分からない方がよいです。フロントページでこれを無効にすることはできますか？

---

<div class="post-metadata">

### Author: ![Benjamin\_D](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjamin_d/32/277831_2.png) [@Benjamin\_D](https://meta.discourse.org/u/Benjamin_D)
#### Post date: [2021 年 6 月 16 日午前 5:12 UTC](https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979/2 "2021-06-16T05:12:57Z")

</div>

そのコンポーネントを調べてみてください。

> [@Hide Users Column](https://meta.discourse.org/t/hide-users-column/143506):
>
> discourse2Summary Hide Users Column hides the Users column from the Latest and Top pages of your site.eyeglassesPreview [Preview on Discourse Theme Creator](https://discourse.theme-creator.io/theme/Discourse/hide-users-column)hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-hide-users-column](https://github.com/discourse/discourse-hide-users-column)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Features Before: After: discourse2 Hosted by us? Theme components are available to…

---

<div class="post-metadata">

### Author: ![Johnny\_McIvor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johnny_mcivor/32/218747_2.png) [@Johnny\_McIvor](https://meta.discourse.org/u/Johnny_McIvor)
#### Post date: [2021 年 6 月 16 日午前 5:30 UTC](https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979/3 "2021-06-16T05:30:58Z")

</div>

動作しません。 ☹

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [2021 年 6 月 16 日午前 5:52 UTC](https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979/4 "2021-06-16T05:52:11Z")

</div>

問題の詳細をもう少し教えていただければ、トラブルシューティングのお手伝いができます 😉

---

<div class="post-metadata">

### Author: ![Johnny\_McIvor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johnny_mcivor/32/218747_2.png) [@Johnny\_McIvor](https://meta.discourse.org/u/Johnny_McIvor)
#### Post date: [2021 年 6 月 16 日午前 6:19 UTC](https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979/5 "2021-06-16T06:19:21Z")

</div>

有効化しましたが、アバターは残ったままです。手動で ZIP ファイルを使って設定し、デフォルトのテーマでも有効になっていることを確認しました。他のテーマでも試しましたが、機能しませんでした。

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [2021 年 6 月 16 日午後 1:05 UTC](https://meta.discourse.org/t/how-do-i-get-rid-of-these-avatars-that-appear-on-every-post/193979/6 "2021-06-16T13:05:41Z")

</div>

そのコンポーネントは、`/latest`ページと`/top`ページからユーザー列のみを削除します。

ホームページでもアバターを非表示にしたい場合は、テーマ \> common \> CSS に以下のコードを追加してください。

```css
.latest-topic-list-item .topic-poster {
    display:none;
}

```
