Remove user name from avatar hover on topic page

The title attributes are handled by the browser, so it can’t be hidden with CSS.

In a theme I think you’d have to edit the user-avatar helper… specifically

https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/helpers/user-avatar.js#L70

There might be a better way to limit full names to staff via a plugin… but that’s probably more complex (beyond my knowledge anyway)

6 Likes