How can I change ranks order?

g3oniTz

New Member
First of all, hi everyone :D
I have a problem, please check this image:
5lt3ig.jpg


I need to inverse the order of the rank images, I mean the kaioshin rank first and the spammer rank last, but I dunno if a hack could do it, any idea???
 
I dunno fella, see this part of my postbit legacy, I think is where the ranks are set(an the avatar and title lol):

Code:
<!-- <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> -->
<!-- vbPlaza start -->
<if condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if>
<!-- vbPlaza end -->

			<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
			$template_hook[postbit_userinfo_left]
		
			<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>
I dont see how to change the ranks order... u.u
 
Back
Top