Thanx, it dosnt seem to have worked though

Heres the actual code im using and the mod in with it..
PHP Code:
<vb:if condition="$foruminfo['forumid']==2">//I want it to only show in forumID 2
<vb:if condition="$post['field5']">//Profile field where member enters their gamertag in userCP
<a class="postuseravatar">
<iframe src="http://gamercard.xbox.com/{vb:raw post.field5}.card" scrolling="no" frameBorder="0" height="140" width="204">{vb:raw post.field5}</iframe>//The gamertag frame
</a>
</vb:if></vb:if>