Can some1 please help me with the bracket template section!
I have a custom profile field for the players which containts their battle.net screen name and i want people to have that displayed next to their forum username when the bracket generates.
I tried slotting this code which works in my fourm postbit,
Code:
<if condition="$post['field6']"><span>BnetId.Code: <strong>$post[field6]</strong></span></if>
into the following in the brackets template
Code:
<if condition="$username == 'Bye' && $userid == 0">$vbphrase[tmnt_bye_player]<else /><a href="<if condition="$team">competitions.php?do=viewteam&id<else />member.php?u</if>=$userid">$username</a> INSERTED IT HERE</if>
but that doesnt work. anyone help is much appreciated. ty