hi guys, i've had the extra custom form field in my forums for ages to display peoples gamertags when they post. since upgrading to 3.5.1 i havent edited the templates to get it displaying again.
i know some people will criticise me for wanting to do it the 'teamxbox' way but its really the most elegant way to do it, and not original
but really, it isnt stealing as it utilises code from xbox themselves and then the vb menu system to display it.. nothing proprietry there.
so if someone can help me get my custom field displaying in the posts again, then link to the xbox live gamercard in a vb style menu popup that would rock
actually, after reading threads properly.. sorry
i found this code
<!-- XBOX LIVE TAG Below by: Cyrick -->
<if condition="$post['field6']"><div class="info">
<div id="gamertagmenu_$post[postid]">XBOX Live: <b><u>$post[field6]</u></b>
<script type="text/javascript"> vbmenu_register("gamertagmenu_$post[postid]", true); </script> </div> <div class="vbmenu_popup" id="gamertagmenu_$post[postid]_menu" style="display:none"><iframe src="http://gamercard.xbox.com/$post[field6].card" scrolling="no" frameBorder="0" height="140" width="204">$post[field6]</iframe> </div> </if>
<!-- XBOX Live TAG ABOVE -->
can someone refresh my memory where that goes in the postbit template?
thanks in advance!