Quote:
Originally Posted by mbeelen
Can you also make it possible that the ranks near the username are showed.
Checked a few things, but bbcode is not working same as HTML.
Cheers.
p.s it's also working for 4.06
|
Go to the showroster_userbits template:
Find:
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}-{vb:raw userinfo.username}">{vb:raw userinfo.musername}</a>
Somewhere near there (above, behind, wherever you think looks best), Add:
Code:
{vb:raw userinfo.rank}
I think it would look better if you switched out the code from one of the columns though.
I.E.:
Code:
<vb:if condition="$show[field1st] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column1]}}</td></vb:if>
Please click installed.