Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Add XFire URLS to User Profile Info Details »»
Add XFire URLS to User Profile Info
Version: 1.03, by murdo murdo is offline
Developer Last Online: Nov 2006 Show Printable Version Email this Page

Version: 3.6.1 Rating:
Released: 09-17-2006 Last Update: Never Installs: 6
Template Edits
 
No support by the author.

Only my second released mod, tested and working with vBulletin 3.6.0, 3.6.1. and 3.6.2

Thanks to +buG and Ev!L ErN!E for their input / suggestions.

This template mod will allow you to add your users Xfire ID as a link, on their forum posts. This link, when clicked on, will add that user to his/her Friends list!





Admin CP -> User Profile Fields -> Add New User Profile Field

Choose "Single Line Text Box"

Title: XFire Username
Display Order: (you choose!)
Field Required: (you choose!)
Field Editable by User: (you choose!)
Private Field: NO
Field Searchable on Members List: Yes
Show on Members List: (you choose!)
Display Page: Edit Profile

[SAVE]


NOTE:
You must now make a note of the field ID for your Xfire input. You can check what field ID is assigned by going to:

Admin CP -> User Profile Fields -> User Profile Field Manager

and looking at what ID is next to "XFire Username"

For my instructions, i am going to use '99' as my Field ID, and you should change the number to suit what YOUR field ID is!

INSTRUCTIONS FOR ADDING XFIRE ID AS TEXT LINK:

Go to AdminCP
Go to "Style Manager"
Go to "Edit Templates" for your theme.
Scroll down until you get to "Postbit Templates"
Open up either Postbit or Postbit Legacy (depending on what you use!)

Find in this template:

Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
and below it, add:

Code:
<if condition="$post['field99']"><div>XFire: <a href="xfire:add_friend?user=$post[field99]">$post[field99]</a></div></if>
Save.

REMEMBER!! CHANGE THE ['field99'] AND [field99] to whatever field ID you have, i.e ['field6'] / [field6] or ['field9'] / [field9] !!


INSTRUCTIONS FOR ADDING XFIRE ID LINK AS AN IMAGE:

Go to AdminCP
Go to "Style Manager"
Go to "Edit Templates" for your theme.
Scroll down until you get to "Postbit Templates"
Open up either Postbit or Postbit Legacy (depending on what you use!)

Find in this template:

Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
and below it, add:

Code:
<if condition="$post['field99']"><div><a href="xfire:add_friend?user=$post[field99]"><img src="putyourimagehere.gif" border="0"></a></div></if>
Save.

REMEMBER!! CHANGE THE ['field99'] AND [field99] to whatever field ID you have, i.e ['field6'] / [field6] or ['field9'] / [field9] !!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-18-2006, 11:28 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. Works like a charm!
Reply With Quote
  #3  
Old 09-18-2006, 06:12 PM
oberheimhaven's Avatar
oberheimhaven oberheimhaven is offline
 
Join Date: May 2006
Location: Daytona Beach FLA
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Hack
Thxs
MarkAnthony
Reply With Quote
  #4  
Old 09-18-2006, 08:35 PM
murdo murdo is offline
 
Join Date: Jun 2006
Location: Scotland, UK
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your very welcome guys. Sorry if my instructions were a bit poor, its my first public release.. any tips would be appreciated!

Snake.. did you "Install It"? hint hint! lol
Reply With Quote
  #5  
Old 09-20-2006, 07:09 AM
darkie79 darkie79 is offline
 
Join Date: Sep 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Regretably, not working for me
Reply With Quote
  #6  
Old 09-20-2006, 08:53 AM
murdo murdo is offline
 
Join Date: Jun 2006
Location: Scotland, UK
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

darkie79, PM me with ur MSN / xfire ID and I will assist you.
Reply With Quote
  #7  
Old 09-20-2006, 04:38 PM
+buG +buG is offline
 
Join Date: Jun 2002
Location: Bay Area CA
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Field99 should reflect the actual field# instead of the display order, shouldn't it?
Reply With Quote
  #8  
Old 09-21-2006, 08:01 AM
murdo murdo is offline
 
Join Date: Jun 2006
Location: Scotland, UK
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes. that is correct. I have just noticed my mistake in the instructions, and appologise!!!

Whatever "Display Order" you chose when u add a "User Profile Field", makes NO diference!!

Instructions on install have been amended accordingly.

Thanks you +buG for pointing that out!
Reply With Quote
  #9  
Old 09-21-2006, 09:26 AM
murdo murdo is offline
 
Join Date: Jun 2006
Location: Scotland, UK
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you get it working bug?
Reply With Quote
  #10  
Old 09-21-2006, 10:13 AM
darkie79 darkie79 is offline
 
Join Date: Sep 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this worked for me, thanks all
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:48 AM.


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.04361 seconds
  • Memory Usage 2,296KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete