Thanks for the help Sarcoth! The code worked. I got the links part working, but I am having one minor issue. I must be overlooking something. When I use the code, it offesets my columns.
My steam id is in column 4 via the showroster settings. Here is a piece of what i have in the userbits template.
Code:
columns[column3]}}</td></vb:if>
<vb:if condition="$show[field4th] AND exec_switch_bg()"><td><vb:if condition="$userinfo[field30] == ''">{vb:var userinfo.field27}<vb:else /><a href="http://steamcommunity.com/profiles/{vb:var userinfo.field30}">{vb:var userinfo.field27}</a></vb:if></td></vb:if>
<vb:if condition="$show[field4th]"><td nowrap="nowrap" align="center" width="13%">{vb:var userinfo.{vb:var
columns[column4]}}</td></vb:if>
I think the to conditions need to be combined in some way. If I change the 2nd condition's field to an unused one, say field8th, then my roster page doesnt add an extra field 4 column so it doesn't offset the roster alignment. Doing that makes my column settings for field 4 not work obviously.. so i end up with a big column and non centered text.