Halo 3 stats button in postbit
This modification is in the archives.
This provides a button similar to the AIM icon in the post bit.
http://the360ocalypse.com/ is a forum with the mod on it. Screenshot: Install Instructions: 1. Upload the all files in the upload folder to your forum root. 2. Field Addition - Go to your ACP. - Click the User Profile Fields tab. - Click Add New Profile Field - Select the option for "Single-Line Text Box" and click Continue. - Use the following information to fill in the options. -- Title: Xbox Live Gamertag -- Description: Your XBL Gamerrag -- Max length of allowed user input: 15 -- Field Length: 25 -- Field Editable By User: Yes - The rest of the fields really don't matter. -When it asks for Display Order choose the next number in the order. Add it like fieldX, where x is the number. - IMPORTANT: Remember your field number! It will say in your Profile Field Manager screen. 3. Edit postbit and postbit_legacy Find: Code:
<div class="postbit_icons">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] Under that paste: Code:
<!--Start Halo 3 Service--> <if condition="$post[fieldX]"><a href="http://www.bungie.net/Stats/Halo3/Default.aspx?player=$post[fieldX]" target="_blank"> <img src="/forum/images/misc/bungie.gif" border="0" alt="View Halo 3 service record"></a> </if> <!--End Halo 3 Service--> When it's finished your all done!! Thanks ! Click INSTALLED when done! The credits for this goes to one of my Smods (TacoSavage) actually. He came up with the idea and made the entire hack. I'm just posting it for everyone else to use. Download
This modification is archived, downloads are still allowed. |
Similar Mods
Mini Mods Halo 3 Stats Displayed | Modification Graveyard |
Mini Mods Halo 2 & Halo 3 Stats in Postbit Legacy | vBulletin 3.6 Template Modifications |