Quote:
Originally Posted by Foxtrotelite
<td class="$bgclass" nowrap="nowrap" align="center"><if condition="($user[field27] == '')">$user[field30]<else /><a href="http://steamcommunity.com/id/$user[field27]">$user[field30]</a></if></td>
field27 being the Steam ID number
field30 being Steam Profile ID
The above code is what you posted previously (on page 2 or 3 of the topic). I just changed the field numbers to reflect my forum. Can you update this to work for the newest VB version please?
Thanks in advance!
|
Code:
<vb:if condition="$show[field8th] AND exec_switch_bg()"><td><vb:if condition="$userinfo[field27] == ''">{vb:var userinfo.field30}<vb:else /><a href="http://steamcommunity.com/id/{vb:var userinfo.field27}">{vb:var userinfo.field30}</a></vb:if></td></vb:if>
That should do it. The change is done in the showroster_userbits template. You'll need to pick one of the columns already there. I chose the field8th for testing. Make sure you also rename the column in the Showroster Settings page.