ctforumsdotorg
04-15-2009, 10:00 PM
This Mod Will Work On 3.6.x + Versions as Well !
Demo:http://360legit.com/showthread.php?p=14#post14
This is my first little modification so bear with me guys... if you like it, a little thanks would be nice.
If you got any questions just ask me, or pm me, and i will try to answer you.
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 Field ID.
Step 2: Modify the Postbit_legacy in your template:
1. Admin CP -> Styles & Templates -> Postbit Templates ->
postbit_legacy
Find
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
After this add:
<if condition="$post[field5]"><fieldset><legend>Gamertag</legend>
<div>
<font color="green"><b><span class="postbit_text">$vbphrase[field5]</span> $post[field5]</div></b></font>
</div>
</fieldset></if>
Replace the $post[field#] with your field ID you used for your gamertag!
Step 3: Go to Edit Your Details to add your gamertag to your profile.
Step 4: You're done!
Note: the code that i have given u makes the Gamertag Bold and Green color, so you can change it if you want.
Demo:http://360legit.com/showthread.php?p=14#post14
This is my first little modification so bear with me guys... if you like it, a little thanks would be nice.
If you got any questions just ask me, or pm me, and i will try to answer you.
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 Field ID.
Step 2: Modify the Postbit_legacy in your template:
1. Admin CP -> Styles & Templates -> Postbit Templates ->
postbit_legacy
Find
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
After this add:
<if condition="$post[field5]"><fieldset><legend>Gamertag</legend>
<div>
<font color="green"><b><span class="postbit_text">$vbphrase[field5]</span> $post[field5]</div></b></font>
</div>
</fieldset></if>
Replace the $post[field#] with your field ID you used for your gamertag!
Step 3: Go to Edit Your Details to add your gamertag to your profile.
Step 4: You're done!
Note: the code that i have given u makes the Gamertag Bold and Green color, so you can change it if you want.