Display usernames on messages list

Could someone please teach me how to display usernames, rather than avatars, in a Messages list/inbox?

I tried this method from an older thread, but was unsuccessful.

That CSS is out of date (I’ve just updated it in that topic)… this should do it:

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

Not all heroes wear capes. Thank you, Kris!!

1 Like

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