Back to Modification Graveyard

Halo 3 Stats Displayed
Mod Version: 1.00, by ChU v2

This thread is in the Modification Graveyard.
vB Version: 3.6.8 Rating: (0 vote - 0 average) Installs: 2
Released: 27 Oct 2007 Last Update: Never Downloads: 0
Not Supported  

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:

HTML Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
ADD AFTER:

HTML Code:
<!-- ChU's Halo 3 Stats -->
<div>
<if condition="$post['fieldXX]">
<a href="http://www.halobit.com"><img src="http://halobit.com/sig/1_$post[fieldXX].png" border ="0" height="130" width="250"></a>
</if>
</div>
<!-- End ChU's Halo 3 Stats -->
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:

HTML Code:
		<if condition="$show['usernoteview']">
						<br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
					</if>
				</div>
			</div>
			</if>
ADD AFTER:

HTML Code:
<!-- ChU's Halo 3 Stats -->
<div>
<center>
<fieldset><legend>Halo 3 Stats</legend>
<if condition="$post['fieldXX']">
<a href="http://www.halobit.com"><img src="http://halobit.com/sig/1_$post[fieldXX].png" border="0" height="125" width="350"></a>
</if>
</div>
</center>
</fieldset>
<!-- End ChU's Halo 3 Stats -->
Replace all the XX's with the profile field number that you created. For example: "5"

Download

No files for download.

Screenshots

   

Similar Mods

Miscellaneous Hacks Halo 3 stats button in postbit vBulletin 3.6 Template Modifications
Mini Mods Halo 2 & Halo 3 Stats in Postbit Legacy vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024