Quote:
Originally Posted by Shadowxxxx
i want to do another ranks in the userinfo, same as ragezone.
edit:
i found this from mental the founder of ragezone:
https://vborg.vbsupport.ru/showthread.php?t=125600
but i cant take it its support vb 3,
i been trying on my vb 4 but the display out of the userinfo box, how can i change it to be fit.
|
Code:
<vb:if condition="$post['rank']">
<div class="ext"><span style="float:right">{vb:raw post.rank}</span>Rank</div>
</vb:if>
You'll need to change your div class to match.