PDA

View Full Version : Colored Legend Bar


MajorKokosnuss
04-25-2014, 07:31 AM
Hello there,

Could someome tell me how i can make a Colored Legend Bar at the bottom of my Page ?

vBulletin version 5.1.0

Seven Skins
04-25-2014, 08:54 AM
Use this: https://vborg.vbsupport.ru/showthread.php?t=289034

MajorKokosnuss
04-25-2014, 08:57 AM
Already tryed that but it isn't working for me
it still show me only the Avatar pics

Seven Skins
04-25-2014, 08:58 AM
I have one sitting somewhere on my server if I find it I will send it to you.

MajorKokosnuss
04-25-2014, 09:02 AM
Okey thank you :D

--------------- Added 1398427826 at 1398427826 ---------------

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:

<a href="{vb:url 'profile', {vb:raw onlineUser}}">{vb:raw onlineUser.username}</a><vb:if condition="++$onlineCount < count($onlineUsers)">,&nbsp;</vb:if>
and replace with :

<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)">,&nbsp</vb:if></p>