The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how do I make my username colored
I've seen a lot of forums if you look at the "users who have visited this forum" or "currently active users", the mods and admin have colored usernames.
I want admin to have a Blue username and a Mod to have a orange username. How do I do this? www.gatorenvy.com/forums |
#2
|
|||
|
|||
Usergroups > HTML Markup... put in the appropriate HTML and it will format it as such...
|
#3
|
|||
|
|||
thank you !
|
#4
|
||||
|
||||
Thing about that is it makes all users in the usergroup the same color. This would be better if we could make just our name 1 color and everyone else in the usergroup their own color.
|
#5
|
||||
|
||||
Well, if you just want to make "your" nickname coloured. Then,
1) Go to your postbit or postbit_legacy template. 2) Find: HTML Code:
<if condition="$show['profile']"> <a class="bigusername" href="member.php3?$session[sessionurl]u=$post[userid]">$post[musername]</a> <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> HTML Code:
<if condition="$show['profile']"> <if condition="$post[userid] == 1"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><font color="red">$post[musername]</a></font> <else /><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></if> <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> Your sincerely. |
#6
|
||||
|
||||
it's not working
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|