Some way to show the username in the Messages list?

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

1 Like

CSS

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

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

Thank you!

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

3 Likes

Awesome, works like a charm