Quote:
Originally Posted by betts02
With the new code, How would i go about adding :
<vb:if condition="$post['fieldXX']"><tr><td class="vbmenu_option">
<iframe src="http://gamercard.xbox.com/{vb:raw post.fieldXX}.card" scrolling="no" frameBorder
to the roster via a fillied in profile field
and how would i make make a user profile field clickable ?
So in the roster it would show a users xbox live gamer card and a url that is clickable
cheers
|
For starters, don't use post at all in this mod. That is only needed in postbits and I doubt it will work here. Off the top of my head, I think you will need something like:
<vb:if condition="$show[field1st] AND exec_switch_bg()"><td><iframe src="http://gamercard.xbox.com/{vb:var userinfo.{vb:var columns[column1]}}.card" scrolling="no" frameBorder
You did not include the whole line though, so I can't give you more than that. The above is only for the first column. Obviously, you'll need to adjust "field1st" and "column1" to the correct column #.
If that does not work, give me more to go on and I'll take a closer look at it tomorrow.