# Hide 'Username' from posts

**URL:** https://meta.discourse.org/t/hide-username-from-posts/143507
**Category:** Support
**Created:** [March 6, 2020, 1:37pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507 "2020-03-06T13:37:38Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![christian\_01](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/christian_01/32/162392_2.png) [@christian\_01](https://meta.discourse.org/u/christian_01)
#### Post date: [March 6, 2020, 1:37pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/1 "2020-03-06T13:37:38Z")

</div>

Any advice how to hide ‘Usernames’ from published topics please?

Quite often my users use the same ‘username’ as ‘name’, so it’s basically duplicated.

Here is an example.

Thank you.

 ![Screenshot 2020-03-06 at 13.38.11](https://global.discourse-cdn.com/meta/original/3X/0/9/0938098a0691faa88d883f413a9a79d7243c0694.jpeg)

---

<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: [March 6, 2020, 1:40pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/2 "2020-03-06T13:40:37Z")

</div>

The username is used to mention people.  
@christian_01  
~~If you hide it, it will be difficult to mention people who have different name and username.~~  
(wrong, see [Hide 'Username' from posts - #8 by avandest](https://meta.discourse.org/t/hide-username-from-posts/143507/8))

To hide it, use this CSS:

```css
.names .username {
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![christian\_01](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/christian_01/32/162392_2.png) [@christian\_01](https://meta.discourse.org/u/christian_01)
#### Post date: [March 6, 2020, 1:42pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/3 "2020-03-06T13:42:32Z")

</div>

Ah, okay. Thank you for the advice.

How about hiding ‘name’?

---

<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: [March 6, 2020, 1:45pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/4 "2020-03-06T13:45:36Z")

</div>

See in your admin panel the setting “enable names”.

---

<div class="post-metadata">

### Author: ![christian\_01](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/christian_01/32/162392_2.png) [@christian\_01](https://meta.discourse.org/u/christian_01)
#### Post date: [March 6, 2020, 1:49pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/5 "2020-03-06T13:49:52Z")

</div>

Thank you @Canapin. Much appreciated.

---

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [March 6, 2020, 1:51pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/6 "2020-03-06T13:51:50Z")

</div>

The “enable names” config, when unset, hides names **everywhere**.

For hiding _only_ on posts, unset the config “display name on posts”.

---

<div class="post-metadata">

### Author: ![ked](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ked/32/64837_2.png) [@ked](https://meta.discourse.org/u/ked)
#### Post date: [March 8, 2020, 11:52pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/7 "2020-03-08T23:52:24Z")

</div>

@renato is certainly right about “everywhere”, even in the Admin panel for a User. I want to use (and sure do like) the “enable names” config, BUT, I’d at least like to have it shown to me as an Admin in the Admin panel.

Is there a way to arrange for this?

---

<div class="post-metadata">

### Author: ![avandest](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/avandest/32/160602_2.png) [@avandest](https://meta.discourse.org/u/avandest)
#### Post date: [March 11, 2020, 4:20pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/8 "2020-03-11T16:20:45Z")

</div>

Can you not tag people by full name? That seems to work for us…

---

<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: [March 11, 2020, 4:22pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/9 "2020-03-11T16:22:42Z")

</div>

Indeed, I wasn’t aware of this. 👍

---

<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: [April 10, 2020, 4:22pm UTC](https://meta.discourse.org/t/hide-username-from-posts/143507/10 "2020-04-10T16:22:56Z")

</div>

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