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
xFire Status in Postbit Details »»
xFire Status in Postbit
Version: 1.01, by Kru Kru is offline
Developer Last Online: May 2010 Show Printable Version Email this Page

Version: 3.6.2 Rating:
Released: 11-08-2006 Last Update: Never Installs: 67
 
No support by the author.

xFire allows you:

* See when your friends are online & what game they're playing
* See where they're playing and join them with one click
* See what games the friends of your friends are playing

and so on. More informations and the download link for the free software can be found here: http://www.xfire.com

This modifications show your Xfire Miniprofiles in the postbit. So your friends can see if you are online and what kind of games are you playing and maybe join you.

Modifications:
1 extra Field
1 Template modification

Add 2 New Fields:

1st new userfiled
Go to AdminCP -> User Profile Fields -> Add New User Profile Field
Profile Field Type: Single-Line Text Box
Title: xFire Game Status - www.xfire.com
Description: Please enter your xFire username here.
Click Save.

Note the field ID, which you will need in the template code.

2nd new userfiled
Go to AdminCP -> User Profile Fields -> Add New User Profile Field
Profile Field Type: Single-Selection Radio Buttons
Title: xFire style
Description: Choose a xFire style: Default (bg), Fantasy (os), Combat (co), Sci-Fi (sf)
Options:
  • bg
  • os
  • co
  • sf
Set Default: Yes
Field Editable by User: Yes
Allow user to input their own value for this option: No
Click Save.

Note the field ID, which you will need in the template code.

Find:

PHP Code:
<if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="pibu"><div class="pib">$post[icqicon$post[aimicon$post[msnicon$post[yahooicon$post[skypeicon
Add this below:

PHP Code:
<!-- XFire Hack -->
<if 
condition="$post['fieldx1']"><a href=http://profile.xfire.com/$post[fieldx1]><img src=http://miniprofile.xfire.com/bg/$post[fieldx2]/type/3/$post[fieldx1].png width=149 height=29 border=0></a>
<br>
<
a href="xfire:add_friend?user=$post[fieldx1]rel="nofollow">Add to xFire Friends List</a>
</if>
<!-- / 
End XFire Hack --> 
Of course you can put it on a different place in your postbit, too.

When you create the new field make a note of the field ID you will need to substitute the X1 for the 1st new userfield and X2 for the 2nd new userfield with the xFire username field ID number and xFire style field ID number.

Now edit your profile and enter your xFire username.


If you use this mod please click Install - cheers!

Show Your Support

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

Comments
  #22  
Old 03-31-2007, 02:21 PM
Dr.NoTime Dr.NoTime is offline
 
Join Date: Nov 2006
Location: Johnson City,TN
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice hack. Question. Everything is working except the "add to xfire friends list" link. Double checked all of the code and everything is as listed. Anyone know what I could have done wrong?

Thanks,

Rob
Reply With Quote
  #23  
Old 03-28-2008, 12:07 AM
sava700 sava700 is offline
 
Join Date: Mar 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried this and no matter what I do the xfire box will now show up... suggestions?
Reply With Quote
  #24  
Old 04-28-2008, 04:20 PM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance at all this will work in 3.6.8 ? I'm such a chicken and don't won't to try it..

I'm also new to this.
Reply With Quote
  #25  
Old 04-29-2008, 06:40 PM
headmetal headmetal is offline
 
Join Date: Nov 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works on the new 3.7

thanks and installed
Reply With Quote
  #26  
Old 04-30-2008, 11:13 PM
sava700 sava700 is offline
 
Join Date: Mar 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by headmetal View Post
works on the new 3.7

thanks and installed
How did you get it to work in 3.7??

I've got it to work or show up ONLY if I put in some msn,aim or yahoo etc ID... then it shows up. If I remove one of those above ID's it disappears again??

I've double checked everything.. I'm editing both postbit and postbit_legacy templates with no luck in having either one make a difference.
Reply With Quote
  #27  
Old 05-02-2008, 11:42 AM
sava700 sava700 is offline
 
Join Date: Mar 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok i figured it out.. you need to move this whole thing up above the im icons for it to work for some odd reason.
Reply With Quote
  #28  
Old 05-05-2008, 07:16 PM
Amm0 Amm0 is offline
 
Join Date: May 2008
Location: England
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erk, even when putting it between here:

Code:
					<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
					<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
					<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
					

<div>
						$vbphrase[posts]: $post[posts]
					</div>
					<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
					<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
					<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

 <!-- XFire Hack -->
<if condition="$post['field5']"><a href=http://profile.xfire.com/$post[fieldx1]><img src=http://miniprofile.xfire.com/bg/$post[field6]/type/3/$post[field5].png width=149 height=29 border=0></a>
<br>
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow">Add to xFire Friends List</a>
</if>
<!-- / End XFire Hack --> 
				</div>
[/QUOTE]

It still shows absolutely nothing on the postbit for me.

Damn....do you need to put it above the ICQ etc icons on 3.6.8?
Reply With Quote
  #29  
Old 05-21-2008, 02:22 PM
sava700 sava700 is offline
 
Join Date: Mar 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Amm0 View Post
Erk, even when putting it between here:

Code:
					<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
					<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
					<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
					

<div>
						$vbphrase[posts]: $post[posts]
					</div>
					<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
					<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
					<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

 <!-- XFire Hack -->
<if condition="$post['field5']"><a href=http://profile.xfire.com/$post[fieldx1]><img src=http://miniprofile.xfire.com/bg/$post[field6]/type/3/$post[field5].png width=149 height=29 border=0></a>
<br>
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow">Add to xFire Friends List</a>
</if>
<!-- / End XFire Hack --> 
				</div>
It still shows absolutely nothing on the postbit for me.

Damn....do you need to put it above the ICQ etc icons on 3.6.8?[/QUOTE]


I moved the whole hack above the IM icons to work... not just ICQ
Reply With Quote
  #30  
Old 06-02-2008, 11:49 PM
blackwolf1962 blackwolf1962 is offline
 
Join Date: Sep 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It never worked for me aswell but i messed around with it and this is what i used in the end

Quote:
<!-- XFire Hack -->
<if condition="$post['field10']"><a href=http://profile.xfire.com/$post[fieldx11]><img src=http://miniprofile.xfire.com/bg/co/type/3/$post[field10]/type/3/$post[field10].png width=149 height=29 border=0></a>
<a href="xfire:add_friend?user=$post[field10]" rel="nofollow">Add my xfire</a>
</if></div>

<!-- / End XFire Hack -->
this is the line i changed

Quote:
miniprofile.xfire.com/bg/co/type/3/
which i got from my xfire i also added </div> to give me a space under it
Reply With Quote
  #31  
Old 06-06-2008, 03:13 PM
UNFAITHFUL UNFAITHFUL is offline
 
Join Date: Apr 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i added this same thing as blackwolf and i never got the picture to work just got the thing to add user to xfire. that is it

Just remember the field#'s you change to where you added the profile fields. don't put what everyone else has. you have to do where you had your own. I know that most of you all know that but some dont and that is out there for them.

So i am assuming this is a no go on getting the image to work?
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 07:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05658 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (2)bbcode_php
  • (4)bbcode_quote
  • (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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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