Quote:
Originally Posted by msken
Mistakes happen  . Also on line 60 of product-gamercardprofile.xml you have an error. You are pointing to
Code:
$add = '<iframe src=\"http://gamercardprofile.xbox.com/$userinfo['.$vbulletin->options['gamertag_profile_field'].'].card\" scrolling=\"no\"
and it should be:
Code:
$add = '<iframe src=\"http://gamercard.xbox.com/$userinfo['.$vbulletin->options['gamertag_profile_field'].'].card\" scrolling=\"no\"
http://gamercardprofile.xbox.com isn't an active URL. Other then that, great mod.  I haven't been able to get the hover mod to work just yet but I have a custom theme, so that is most likely my issue. Once I figure it out I will post a solution so everyone will know what to do. Thank you for this mod, it really is nice!
|
Hmm that's strange. Both of those URLs work for me lol. Anyway since it isn't working for you I will fix that in my upcoming update.
In the upcoming update it will fix the issue with the hover not working for people who have spaces in their gamertags. MyGamerCard.net seems to have issues with spaces so they use +... I believe a simple fix in the profile field itself should make things proper.
No ETA at the moment.