The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#16
|
||||
|
||||
![]()
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|