Joe Pimms
03-08-2009, 10:00 PM
Step 1: Add a new Profile Field with the following options:
* Single-Line Text Box
* Title: PSN ID Gamertag
* Description: Enter your PSNID 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_psnidgamercard.
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:
Code:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]
Put $blocks[psnidgamercard] somewhere in between. Best option will be right after $blocks[friends_mini]:
Code:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[psnidgamercard]
$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.
* Single-Line Text Box
* Title: PSN ID Gamertag
* Description: Enter your PSNID 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_psnidgamercard.
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:
Code:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]
Put $blocks[psnidgamercard] somewhere in between. Best option will be right after $blocks[friends_mini]:
Code:
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[psnidgamercard]
$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.