PDA

View Full Version : Adding Halo 2 to you're vBulletin installation..


yupfish
04-15-2005, 10:00 PM
Step 1 - Adding a Profile Field
Go to your admincp > User Profile Fields > Add New User Profile Field.

Profile Field Type: Single-Line Text Box
Now enter your desired Title, Description ect.. and press 'Save'.

Step 2 - adding a Phrase
Go to your admincp > Languages & Phrases > Phrase Manager > Add New Phrase.

Phrase Type: GLOBAL
Varname: view_users_Halo_2_stats
Text: view users Halo 2 stats

Step 3 - modefing you're template
Go to your admincp > Styles & Templates > Style Manager > Edit Templates > Postbit Templates.

in your postbit or postbit_legacy template find:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
after, add:
<if condition="$post['fieldX']">
<a href="http://www.bungie.net/Stats/PlayerStats.aspx?player=$userinfo[fieldX]" target="_blank"><img src="$stylevar[imgdir_misc]/h2icon.gif" alt="<phrase 1="$userinfo[username]">$vbphrase[view_users_Halo_2_stats]</phrase>" border="0" /></a>
</if>


Step 4 - adding an image

Upload any image of your choice, name it h2icon.gif and upload it to forum/images/misc/

Thanks,
MichaelJM

KW802
05-01-2005, 12:00 AM
MJM, thanks... I can use this for a new site I'm helping with. :cool:

MichaelJM13k
06-27-2005, 01:16 AM
No problem!

atxhorn
07-15-2005, 01:50 PM
nice mod

EricaJoy
08-04-2005, 01:18 AM
purty sweet...installed!

JMH11788
08-10-2005, 10:28 PM
How would I make this if I had two possible selections in the profile field...and for each selection there was a different image. So if option A was selected, image A would show up, same for option B...