Fixed Member page doesn't show rich usernames (?)

refael

Well-known member
In usergroups you have a field to set User Name CSS.
There some places that I can see the styled username, but in member pages it shows a clean version of the user name.

In `member_view` you can find this line:
HTML:
<h1 itemprop="name">{xen:helper richUserName, $user}</h1>

Not sure if that suppose to add also the styling, but if it should, it doesn't work.
 
I wonder how long this was happening for.

The <h1> needs class="username" for the styles to be applied.
 
Top Bottom