The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
To make it easier for my members to see who is online, I would like to give the friends and buddies a different color in the "who is online" list on the forum home page.
It is a bit hard to find the persons marked with a "+", "*", etc. in that list. So how can I give those names a different color? |
#2
|
||||
|
||||
![]()
I modified the forumhome_loggedinuser in template to do that:
HTML Code:
$stylevar[dirmark]<if condition="$loggedin[userid]"><if condition="$loggedin[buddymark]=='+'"><a href="/forums/member.php?$session[sessionurl]u=$loggedin[userid]"><span class="color2">$loggedin[musername]</span></a>$loggedin[invisiblemark]<else /><a href="/forums/member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]</if><else />$loggedin[musername]</if> |
#3
|
|||
|
|||
![]()
Thank you, Lynne! :up:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|