Quote:
Originally Posted by Kr33p3r
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>
|
As for ladders:
1. Upload attached ladders.php
2. Find in template
tmnt_ladder_cmpt
HTML Code:
{vb:raw memberaction_dropdown}
3. After add:
HTML Code:
{vb:raw cmpt.field1}