The Arcive of vBulletin Modifications Site. |
|
Alternative Ranking look Details »»
|
|||||||||||||||||||||||||
This is simply moving the default ranking images to below your avatar so it looks better instead of above it.
In template "Postbit Legacy" Find and delete: Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Don't forget that you can also use Postbit aswell as legacy! Also make sure to click "install"
|
|
#3
|
|||
|
|||
|
Well l did it, but no changes were made
still looks the same
|
|
#4
|
|||
|
|||
|
yah this is the same whats it supposed to change?
|
|
#5
|
|||
|
|||
|
it supposed to be glowing text but you guys are using firefox and firefox dosnt support this
|
|
#6
|
|||
|
|||
|
actually, it just changes the position. No glow at all.
|
![]() |
|
|