The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
This is a rather simple template edit. In the postbit_legacy template, find:
Code:
<if condition="$post['rank']"><div class="smallfont" align="center">$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>
|
|
#3
|
|||
|
|||
|
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 ![]() Kind Regards Stormraven. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|