Also, I've been trying to get a user profile field to show up next to the usernames in the bracket or a ladder, but since this isn't a "post" or a post bit, I am at a loss.
PHP Code:
<vb:if condition="$post['field10']">
<img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw post.field10}" />
</vb:if>
<vb:if condition="$post['field11']">
<img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw post.field11}.png" alt="SC2 Tournament Race: {vb:raw post.field11}" />
</vb:if>