Quote:
Originally Posted by atlambros83
does anyone know how to make this so that if a user does not post their gamertag in their profile it will not show the box?
|
You would need to add an <if> statement like this:
HTML Code:
<if condition="$post[fieldXX]">
<fieldset><legend>XBL Gamertag</legend>
<div>
<center>
<iframe src="http://gamercard.xbox.com/$post[fieldXX].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe>
</center>
</div>
</fieldset>
</if>
That should work.