vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Adding Halo 2 to you're vBulletin installation.. (https://vborg.vbsupport.ru/showthread.php?t=90648)

yupfish 04-15-2005 10:00 PM

Adding Halo 2 to you're vBulletin installation..
 
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:
PHP Code:

<div>$post[icqicon$post[aimicon$post[msnicon$post[yahooicon

after, add:
PHP Code:

<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...


All times are GMT. The time now is 05:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01037 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete