Xbox Live Gamercard Block in Profile 1.00
Demo: _http://www.qualitygaming.eu/qg/member.php?u=3
Step 1: Add a new Profile Field with the following options:
Single-Line Text Box
Title: Gamertag
Description: Enter your Xbox Live Gamertag here.
Max length of allowed user input: 15
Field Length: 25
Private Field: No
Field Searchable on Members List: Yes
Show on Members List: Your choice
Which page displays this option? Edit Your Details
Remember the FieldID.
Step 2: Import the attached Product.
Step 3: Modify 2 templates.
1. Admin CP -> Styles & Templates -> Member Info Templates ->
memberinfo_block_gamercard.
Find $userinfo[fieldg] (4 Times!) and change the g to the Gamercard field number.
2. Admin CP -> Styles & Templates -> Member Info Templates -> MEMBERINFO
Look for:
Put $blocks[gamercard] somewhere in between. Best option will be right after $blocks[friends_mini]:
Step 4: Go to Edit Your Details to add your gamertag to your profile.
Thanks: Big thanks to stangger5 for his YouTube Mod which explained how i had to do this. This is my first hack by the way, so i hope you will like it.
Demo: _http://www.qualitygaming.eu/qg/member.php?u=3
Step 1: Add a new Profile Field with the following options:
Single-Line Text Box
Title: Gamertag
Description: Enter your Xbox Live Gamertag here.
Max length of allowed user input: 15
Field Length: 25
Private Field: No
Field Searchable on Members List: Yes
Show on Members List: Your choice
Which page displays this option? Edit Your Details
Remember the FieldID.
Step 2: Import the attached Product.
Step 3: Modify 2 templates.
1. Admin CP -> Styles & Templates -> Member Info Templates ->
memberinfo_block_gamercard.
Find $userinfo[fieldg] (4 Times!) and change the g to the Gamercard field number.
2. Admin CP -> Styles & Templates -> Member Info Templates -> MEMBERINFO
Look for:
PHP:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]
Put $blocks[gamercard] somewhere in between. Best option will be right after $blocks[friends_mini]:
PHP:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[gamercard]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]
Step 4: Go to Edit Your Details to add your gamertag to your profile.
Thanks: Big thanks to stangger5 for his YouTube Mod which explained how i had to do this. This is my first hack by the way, so i hope you will like it.