PDA

View Full Version : Mini Mods - Rank under username on postbit/postbit_legacy [ENG-ITA]


Scanu
02-22-2011, 10:00 PM
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
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
3- Search this
<vb:if condition="$show['avatar']">
<a 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
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>


Enjoy :D

---------------------------------------------------------------------------------------
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
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
3- Cerca questo
<vb:if condition="$show['avatar']">
<a 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
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>


Buona fortuna :D


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

Screenshot Preview
(http://img203.imageshack.us/img203/3858/postbitrank.png)
Released by Tecnowii (http://tecno-wii.com)

Skyrider
02-23-2011, 06:40 PM
Screenshots would be awesome :)

Scanu
02-24-2011, 11:44 AM
Sorry add a screenshot

SᴩiDᴇЯ
08-06-2011, 04:05 AM
It's working great on my vB 4.1.4 great job thank you Technowii.

Scanu
09-04-2011, 09:42 AM
You're welcome :)

Polaris4ever12
05-18-2013, 01:14 AM
How can I add boxes around the "Join dates" and others?
Please reply ASAP