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.
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);
}
Not all heroes wear capes. Thank you, Kris!!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.