The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Changing BuddyMark and Invisible Mark
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> |
#2
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|