Back to vBulletin 3.6 Template Modifications

Alternative Ranking look
Mod Version: 1.00, by Wabuf

This modification is in the archives.
vB Version: 3.6.0 Rating: (0 vote - 0 average) Installs: 7
Released: 03 Sep 2006 Last Update: Never Downloads: 2
Not Supported  

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:
Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
Find:
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>
Add Below:
Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

Download

No files for download.

Screenshots

File Type: %1$s shot1.bmp


vblts.ru supports vBulletin®, 2022-2024