Back to vBulletin 4.x Template Modifications

Rank under username on postbit/postbit_legacy [ENG-ITA]
Mod Version: 1.00, by Scanu

vB Version: 4.x.x Rating: (2 votes - 4.50 average) Installs: 14
Released: 23 Feb 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

Hi guys this modification is very easy and fast but i want write it for who not know it.

1- Go to: Styles and Templates -> Search in Template -> postbit/postbit_legacy
2- Search and delete this
PHP Code:
<vb:if condition="$post['rank']">
                <
span class="rank">{vb:raw post.rank}</span>
            </
vb:if> 
3- Search this
PHP Code:
<vb:if condition="$show['avatar']">
            <
class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                <
img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
            </
a>
            </
vb:if> 
4- Under it put this
PHP Code:
<vb:if condition="$post['rank']">
                <
span class="rank">{vb:raw post.rank}</span>
            </
vb:if> 
Enjoy

---------------------------------------------------------------------------------------
Ciao ragazzi questa modifica è molto facile e veloce ma ho voluto scriverla per chi magari non lo sà.

1- Go in: Stili e Template -> Ricerca nei Template -> postbit/postbit_legacy
2- Cerca ed elimina questo
PHP Code:
<vb:if condition="$post['rank']">
                <
span class="rank">{vb:raw post.rank}</span>
            </
vb:if> 
3- Cerca questo
PHP Code:
<vb:if condition="$show['avatar']">
            <
class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                <
img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
            </
a>
            </
vb:if> 
4- Sotto di esso incolla questo codice
PHP Code:
<vb:if condition="$post['rank']">
                <
span class="rank">{vb:raw post.rank}</span>
            </
vb:if> 
Buona fortuna

--------------------------------------

http://img203.imageshack.us/img203/3858/postbitrank.png
http://tecno-wii.com

Download

No files for download.

Screenshots

Click image for larger version
Name:	postbitrank.png
Views:	4488
Size:	28.4 KB
ID:	126941  


vblts.ru supports vBulletin®, 2022-2024