Version: 2.0, by TheInsaneManiac
Developer Last Online: Feb 2022
Category: Profile Enhancements -
Version: 3.8.x
Rating:
Released: 10-14-2009
Last Update: 11-03-2009
Installs: 13
Uses Plugins Auto-Templates
No support by the author.
Display your gamercard in your profiles with ease. Gamercards will display under the about tab in profiles.
Installation:
1.) In the AdminCP go to User Profile Fields -> Add New User Profile Field.
2.) Select Single-Line Text Box.
3.) Apply the following settings: Title:
Gamertag Description:
Put your Xbox Live Gamertag here. Max length of allowed user input:
16 Field Required:
No Private Field:
No Field Searchable on Members List:
Yes Show on Members List:
No
4.) After saving take note of what the ID is of the field.
5.) In the AdminCP under Gamertag Profile put the ID in there. Ex: field123
Optional:
You can now view gamercards in posts by hovering over their gamertag. See screenshot for better explanation.
To do this go into your headinclude template and find:
<!-- / CSS Stylesheet -->
Below add:
$gamercardinpostbit
In postbit find:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Add the following code after, be sure to change XX to your gamertag field ID:
<if condition="$post['fieldXX']"><div">$vbphrase[gamertag]: <a href="http://profile.mygamercard.net/$post[fieldXX]" target="_blank" onmouseover="return overlibImage('', 'http://card.mygamercard.net/$post[fieldXX].png');" onmouseout="return overlibMouseout();">$post[fieldXX]</a></div></if>
FAQ:
Question: I get a "Parse error: syntax error, unexpected ']', expecting T_STRING or T_VARIABLE or T_NUM_STRING" error.
Answer: You did not fill in your profile field correctly or at all.
Known Issues:
Gamercard will not display if gamertags have spaces. -Fix being worked on
Upgrading:
Import the product and select Allow Overwrite.
Changelog:
2.0 - Fixed a bug which prevented the gamercard script from running in the postbit.
1.8 - Fixed a bug that prevented gamercards to show in profiles.
1.5 - Added the ability to see the gamercard via posts.
1.0 - Release
No you gave incomplete/incorrect directions. With Single-Selection Menu you HAVE to put something in the options field in order to save it. I think you meant to put Single-Line Text Box. Please complete/fix your directions. Thanks.
No you gave incomplete/incorrect directions. With Single-Selection Menu you HAVE to put something in the options field in order to save it. I think you meant to put Single-Line Text Box. Please complete/fix your directions. Thanks.
Ahh my mistake. I copied directions from a previous modification, as I was about to go to work and was in a hurry, so I must have forgotten to change them.
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!
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.