ChU v2
27 Oct 2007, 17:51
What is this?
This hack will display an image of your Halo 3 stats and update them as the player progresses.
Credit:
The credit for the stats system goes to Halobit.com. I just wrote the code for it to display on vB.
Instructions:
Step 1: Create a Profile Field
Admin CP > User Profile Fields > Add new profile field
Title: XBL Gamertag
Description: Enter your XBL Gamertag.
Max length of allowed user input: 15
Field editable by user: Yes
Private Field: No
Every other option is up to you.
Step 2: Template Edits
This is for the postbit/postbit legacy templates.
FIND:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
ADD AFTER:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace all the XX's with the profile field number that you created. For example: "5"
You will have to adjust the height and width to fit your forum.
To display in the MEMBERINFO template, also known as the user's profile.
FIND:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
ADD AFTER:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace all the XX's with the profile field number that you created. For example: "5"
This hack will display an image of your Halo 3 stats and update them as the player progresses.
Credit:
The credit for the stats system goes to Halobit.com. I just wrote the code for it to display on vB.
Instructions:
Step 1: Create a Profile Field
Admin CP > User Profile Fields > Add new profile field
Title: XBL Gamertag
Description: Enter your XBL Gamertag.
Max length of allowed user input: 15
Field editable by user: Yes
Private Field: No
Every other option is up to you.
Step 2: Template Edits
This is for the postbit/postbit legacy templates.
FIND:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
ADD AFTER:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace all the XX's with the profile field number that you created. For example: "5"
You will have to adjust the height and width to fit your forum.
To display in the MEMBERINFO template, also known as the user's profile.
FIND:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
ADD AFTER:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace all the XX's with the profile field number that you created. For example: "5"