Okey thank you
--------------- Added [DATE]1398427826[/DATE] at [TIME]1398427826[/TIME] ---------------
I got an Legend bar :P for the users who don't know how :
Edit Page > Online Users Module > Disable Avatars.
Search in "widget_onlineuseres" for:
Code:
<a href="{vb:url 'profile', {vb:raw onlineUser}}">{vb:raw onlineUser.username}</a><vb:if condition="++$onlineCount < count($onlineUsers)">, </vb:if>
and replace with :
Code:
<p style="font-weight: bold;">
<a href="{vb:url 'profile',{vb:raw onlineUser}}"><vb:if condition="!empty($user['musername'])">{vb:raw onlineUser.musername}<vb:else />{vb:raw user.username}</vb:if></a><vb:if condition="++$onlineCount < count($onlineUsers)">, </vb:if></p>