Exibir nomes de usuário na lista de mensagens

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);
}
5 curtidas

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

2 curtidas

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