
05-04-2004, 06:13 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ThePowerPig
I happen to think it looks ridiculous, the + for buddies and the * for invisible users, so I've made a little wee change to underline buddy names in the "online" parts, and wrap invisible people in parentheses, and here's how I did it:
In both templates, forumdisplay_loggedinuser and forumhome_loggedinuser, I replaced the original with the following:
Code:
<if condition="$loggedin[buddymark]">[</if><a href="member.php?$session[sessionurl]u=$loggedin[userid]"><if condition="$loggedin[invisiblemark]"><u></if>$loggedin[musername]<if condition="$loggedin[invisiblemark]"></u></if></a><if condition="$loggedin[buddymark]">]</if>
you get the jist of it so you can do whatever you want with it
|
This is not a hack, and does not belong at vB.org
|