inherit
benlfc@me.com
200146
0
Apr 21, 2015 19:44:15 GMT -8
dalglish
122
September 2013
dalglish
|
Post by dalglish on Nov 14, 2013 15:59:00 GMT -8
I need a gamertag number to test this with.. are they supposed to be private? because I cant ensure privacy. also what did you call the custom profile field? I totally reset everything i have done so far for testing for it hit me up when u create the footer thanks
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 14, 2013 16:23:41 GMT -8
<script type="text/javascript"> //Convert gamertag name into actual tag
function gamerTag(){ $('div.mini-profile').each(function(){ var gtcheck=$(this).find('span.custom-field-xblgamertag'); if (gtcheck.length>0) { var grabdata=gtcheck.text().split(/tag:/i)[1]; var gametag=$('<iframe src="http://gamercard.xbox.com/'+grabdata.toLowerCase().replace(/\s/g,'%20')+'.card" scrolling="no" frameBorder="0" height="140" width="204">'+grabdata+'</iframe>'); gtcheck.empty().append(gametag); } }); } gamerTag(); proboards.on('pageChange',gamerTag); </script>
global footer
|
|
inherit
benlfc@me.com
200146
0
Apr 21, 2015 19:44:15 GMT -8
dalglish
122
September 2013
dalglish
|
Post by dalglish on Nov 14, 2013 16:26:20 GMT -8
<script type="text/javascript"> //Convert gamertag name into actual tag
function gamerTag(){ $('div.mini-profile').each(function(){ var gtcheck=$(this).find('span.custom-field-xblgamertag'); if (gtcheck.length>0) { var grabdata=gtcheck.text().split(/tag:/i)[1]; var gametag=$('<iframe src="http://gamercard.xbox.com/'+grabdata.toLowerCase().replace(/\s/g,'%20')+'.card" scrolling="no" frameBorder="0" height="140" width="204">'+grabdata+'</iframe>'); gtcheck.empty().append(gametag); } }); } gamerTag(); proboards.on('pageChange',gamerTag); </script>
global footer Thanks sooooo much ill test it now
|
|
inherit
benlfc@me.com
200146
0
Apr 21, 2015 19:44:15 GMT -8
dalglish
122
September 2013
dalglish
|
Post by dalglish on Nov 14, 2013 16:36:16 GMT -8
<script type="text/javascript"> //Convert gamertag name into actual tag
function gamerTag(){ $('div.mini-profile').each(function(){ var gtcheck=$(this).find('span.custom-field-xblgamertag'); if (gtcheck.length>0) { var grabdata=gtcheck.text().split(/tag:/i)[1]; var gametag=$('<iframe src="http://gamercard.xbox.com/'+grabdata.toLowerCase().replace(/\s/g,'%20')+'.card" scrolling="no" frameBorder="0" height="140" width="204">'+grabdata+'</iframe>'); gtcheck.empty().append(gametag); } }); } gamerTag(); proboards.on('pageChange',gamerTag); </script>
global footer Were having a little problem it seems to be cutting the image a little short can i give u a link to the website so u can see plugintester.proboards.com/thread/1/welcome-new-forum
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 14, 2013 18:10:51 GMT -8
your mini-profile is 150px wide, while the tag you are trying to insert in there is 200px wide. you need to widen your mini-profile in the forum CSS. likely to 200px. the widen the left-panel CSS to be 220px.
|
|