Ah ok....you will need to edit the following template:
showroster_userbits
Make a back up of the original file before you make this change. If you need anymore help let me know.
Code:
<vb:if condition="$showbits == 1">
<tr>
<td>
<vb:if condition="$show[avatarcol]">
<vb:if condition="$show['avatar']">
<img class="avatar" src="{vb:raw avatarurl}" width="40" height="40"
alt="{vb:rawphrase xs_avatar, {vb:raw userinfo.username}}" />
<vb:else />
<img class="avatar" src="images/misc/avatar.png" width="40" height="40"
alt="{vb:rawphrase no_avatar_specified}" />
</vb:if>
</vb:if><br />
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}-{vb:raw userinfo.username}">{vb:raw userinfo.musername}</a><br />
<vb:if condition="$show[onlinestatuscol]">{vb:raw userinfo.onlinestatus}</vb:if>
</td>
<vb:if condition="$show[field1st] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column1]}}
<vb:if condition="$userinfo[rank]"> <div class="smallfont"> {vb:raw userinfo.rank}</div></vb:if>
</td></vb:if>
<vb:if condition="$show[field2nd] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column2]}}</td></vb:if>
<vb:if condition="$show[field3rd] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column3]}}</td></vb:if>
<vb:if condition="$show[field4th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column4]}}</td></vb:if>
<vb:if condition="$show[field5th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column5]}}</td></vb:if>
<vb:if condition="$show[field6th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column6]}}</td></vb:if>
<vb:if condition="$show[field7th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column7]}}</td></vb:if>
<vb:if condition="$show[field8th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column8]}}</td></vb:if>
<vb:if condition="$show[datejoinedcol] AND exec_switch_bg()"><td>{vb:raw userinfo.datejoined}</td></vb:if>
<vb:if condition="$show[lastactivecol] AND exec_switch_bg()"><td>{vb:raw userinfo.lastactive}</td></vb:if>
<vb:if condition="$show[profilepiccol] AND exec_switch_bg()"><td>{vb:raw userinfo.profilepic}</td></vb:if>
</tr>
</vb:if>