PDA

View Full Version : Alternative Ranking look


Wabuf
09-02-2006, 10:00 PM
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:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

Find:
<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<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>

Add Below:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

Wabuf
09-03-2006, 02:02 AM
Don't forget that you can also use Postbit aswell as legacy! Also make sure to click "install"

iran.gs
10-27-2006, 12:44 PM
Well l did it, but no changes were made :D still looks the same

krazycivik
11-23-2006, 04:21 AM
yah this is the same whats it supposed to change?

Garyk
11-23-2006, 11:41 AM
it supposed to be glowing text but you guys are using firefox and firefox dosnt support this

Wabuf
12-15-2006, 12:48 PM
actually, it just changes the position. No glow at all.