View Full Version : Move Rank below avatar
natsu287
06-12-2014, 02:50 PM
I want to move the Rank to below the Avatar, I edited the PostBit template and I moved this chunk of code:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
I moved it below another <vb></vb> tag, I saved, ans then no changes happened?
Help plz
Are you modifying the right postbit template? You have postbit and postbit_legacy, depending on which setting you use.
In the postbit template, look for <vb:if condition="$show['avatar']"> and paste it below the </vb> end tag.
natsu287
06-12-2014, 08:25 PM
Are you modifying the right postbit template? You have postbit and postbit_legacy, depending on which setting you use.
In the postbit template, look for <vb:if condition="$show['avatar']"> and paste it below the </vb> end tag.
i was editing the postbit template
ahhh... i edited the postbit legacy and it took into effect, why is there 2? is legacy the only one i should be updating?
i was editing the postbit template
ahhh... i edited the postbit legacy and it took into effect, why is there 2? is legacy the only one i should be updating?
One is for the horizontal postbit and the other one is for the vertical postbit.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.