![]() |
Gamercard in Profiles
1 Attachment(s)
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 |
-Reserved-
|
Nice!! I could really use this, however I am doing a PS3 site. Any way to work that in?
|
doesnt let me save the profile field i need to put something in the options
|
Quote:
Quote:
|
Quote:
|
Quote:
|
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\" Code:
$add = '<iframe src=\"http://gamercard.xbox.com/$userinfo['.$vbulletin->options['gamertag_profile_field'].'].card\" scrolling=\"no\" |
Quote:
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. |
Hmm, it wont appear in the postbit even after I added the hover edit.
Any idea why? The gamercard is perfect in the profile however. |
All times are GMT. The time now is 02:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|