# Some way to show the username in the Messages list?

**URL:** https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335
**Category:** Support
**Created:** [25.Январь.2017 15:31:52 UTC](https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335 "2017-01-25T15:31:52Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![skozz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/skozz/32/119704_2.png) [@skozz](https://meta.discourse.org/u/skozz)
#### Post date: [25.Январь.2017 15:31:52 UTC](https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335/1 "2017-01-25T15:31:52Z")

</div>

I did a search before creating the topic but I don’t found any related topic.

I want to show the username of the user in the Message list besides its avatar, exists some way to do that?

Thank you,  
Angel

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [25.Январь.2017 16:00:23 UTC](https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335/2 "2017-01-25T16:00:23Z")

</div>

CSS

```css
.user-messages-page .posters a:after {
  content: " " attr(data-user-card)
}

```

---

<div class="post-metadata">

### Author: ![skozz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/skozz/32/119704_2.png) [@skozz](https://meta.discourse.org/u/skozz)
#### Post date: [25.Январь.2017 16:10:36 UTC](https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335/3 "2017-01-25T16:10:36Z")

</div>

Nice! but I’m using a dockerized version (DigitalOcean), how can I “inject” this CSS in this case?

Thank you!

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [25.Январь.2017 16:44:28 UTC](https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335/4 "2017-01-25T16:44:28Z")

</div>

You simply add it in Admin \> Customize \> CSS/HTML, put it in the CSS section (and make sure you enable the customization)

---

<div class="post-metadata">

### Author: ![skozz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/skozz/32/119704_2.png) [@skozz](https://meta.discourse.org/u/skozz)
#### Post date: [25.Январь.2017 16:59:30 UTC](https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335/5 "2017-01-25T16:59:30Z")

</div>

Awesome, works like a charm

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [25.Январь.2017 20:03:16 UTC](https://meta.discourse.org/t/some-way-to-show-the-username-in-the-messages-list/56335/6 "2017-01-25T20:03:16Z")

</div>


