Log in

View Full Version : Small Question


Stormraven
06-14-2009, 12:14 AM
I have attached an image to this thread of what I want, just wondered if there is a way of getting the rank images below the avatars instead of above them, which is the default.

Just wondered if someone has seen a mod for this?

Kind Regards
Stormraven.

EagleNick
06-14-2009, 12:33 AM
This is a rather simple template edit. In the postbit_legacy template, find:
<if condition="$post['rank']"><div class="smallfont" align="center">$post[rank]</div></if>

... and move it to below this code: <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>

That should do it. :)

Stormraven
06-14-2009, 12:35 AM
Thankyou my friend :) I will give this a go in the morning :) Thankyou for your swift reply. I appreciated it, have a nice day / night whatever time zone your in :D

Kind Regards
Stormraven.