no field8 is just their gamertag so i need the URL in the iFrame
which i assume will be as follows?
<iframe src="http://gamercard.xbox.com/$post[field8].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe>
lemme give it a shot
I used this :
<!-- ##### START HACK - Gamertag Info ##### -->
<if condition="$post[field8]!=''">
<span class="smallfont"><b>Gamertag:</b> <div id="gamertagpostmenu_<if condition="THIS_SCRIPT == 'private'">99<else />$post[postcount]</if>">$post[username]<script type="text/javascript"> vbmenu_register("gamertagpostmenu_<if condition="THIS_SCRIPT == 'private'">99<else />$post[postcount]</if>", true); </script>
</div>
<div class="vbmenu_popup" id="gamertagpostmenu_<if condition="THIS_SCRIPT == 'private'">99<else />$post[postcount]</if>_menu" style="display:none">
<iframe src="http://gamercard.xbox.com/$post[field8].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe>
</div>
<br />
</if>
<!-- ##### END HACK - Gamertag Info ##### -->
And it displays as :
Gamertag :
Shane
(the actual value of $post[field8] for me should be Spagman)
you can see it on my site at :
http://www.xboxworld.com.au/forum/sh...579#post526579
i will change it back to normal for now.