Quote:
Originally Posted by SSC streezer
can somebody help me witz this mod? id doesnt work on mine seems not to work. i made it like in the instructions (more than once)
here is my code which i pastet in my template - is this correct?
PHP Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] <if condition="$post[field5]"><fieldset><legend>XBox LIVE Gamercard</legend> <div> <center><img src="http://card.mygamercard.net/DE/geothermal/gray/$post[field5].png" width="200" height="90"> </center> </div> </fieldset></if></div>
regards
|
Version 2.00 is now released fixing all sizing issues and makes it much more compact and out of the way!
That is really weird.. that does look correct. Try this code instead (same location) and tell me if this works for you.. if not let me know. I copied and pasted this from my site so just replace the "field5" with your field for your gamertag. (I also sent this to your PM). I just checked your site... you are using "postbit" try going to vBulletin Options in your admincp and click Style & Language Settings. Change it to legacy and hit Save. Check your forum and see if the gamercard is there now. If it is, great.. if not, try replacing the code above with the code I have provided below (in the same place):
Code:
<if condition="$post['field5']">
<div id="gamertagmenu_$post[postid]"><a href="#"><b>Xbox LIVE</a> <img src="http://forum.swisssoldiersclan.ch/images/misc/menu_open.gif"></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[field5].card" scrolling="no" frameBorder="0" height="140" width="204">$post[field5]</iframe> </div>
</if>
Hope this helps! =]