The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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
![]() ![]() ![]() Kind Regards Stormraven. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|