Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Sog-team]xFire in Postbit Hack [Add On] Details »»
[Sog-team]xFire in Postbit Hack [Add On]
Version: 1.00, by m002.p m002.p is offline
Developer Last Online: Jun 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 07-05-2008 Last Update: Never Installs: 26
Template Edits
Additional Files  
No support by the author.

What is this?

This template modification is an add-on (Can also be used solo, see below) for the [Sogteam]xFire Profile Module Hack*. It will display a small "miniprofile" in the postbit_legacy. Users who have forgotten or havent got xfire will have a "Get Xfire" image displayed instead linked to xfire.com. (See attached screenshot). Those who havent specifed their preferred style will have "shadow" used as default.

*This mod may be used without the above mod, but you will have to create two profile fields; one for the username entry, and two for the style options. More details can be found in the original mod.

What is xFire?

xFire has the following highlight features:

* Track & see when your friends / contacts are online & what game they're playing
* See what servers they're playing in, and join them with one simple click
* See what games your friends have
* Join clans with personal xfire pages
* Talk to your mates using a mic and one simple click

More information and the download link for the great free software can be found at the URL below:

http://www.xfire.com

Installation

Very easy.

1) Login to the admin CP and add two new user profile fields.

1st new field's settings:


Code:
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 to edit the template code.

2nd new field

Code:
Go to AdminCP -> User Profile Fields -> Add New User Profile Field
Profile Field Type: Single-Selection Radio Buttons
Title: xFire style
Description: Choose your preferred xFire style: Default (bg), Fantasy (os), Combat (co), Sci-Fi (sf), World of Warcraft (wow), Shadow (sh)
Options:


    * bg
    * os
    * co
    * sf
    * wow
    * sh

Set Default: Yes
Field Editable by User: Yes
Allow user to input their own value for this option: No
Click Save.
2)
Now upload the attached image to your /forum/images directory.

Find the following code in the "postbit_legacy" template for the styles concerned:
Code:
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
				</div>
			</if>
Now copy the following code into the template below the above.
Code:
<!-- / START SOGTEAM XFIRE POSTBIT ADDON -->
<br />
<if condition="$post['fieldxx']">
<if condition="$post[field00]">
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/$post[field00]/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
<else />
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/sh/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
</if>
<else />
<a href="http://www.xfire.com" target="blank"><img src=/forum/images/getxfire.png border="0"></a>
</if>
<br />
<!-- / END SOGTEAM XFIRE POSTBIT ADDON -->
Note you need to edit xx to the field id of your username entry, and 00 to the field id of your style entry.

"sh" highlighted in red in the above code may be changed dependant on your default preferred xfire style.

Please note that the code above may be positioned virtually anywhere in the template within certain limits. The above method will result in the xfire miniprofile being displayed under the avatar. Experiment as you wish.

Done!

Enjoy!

PLEASE CLICK INSTALL if you use this modification for future updates and easy tracking at vb.org

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 09-20-2008, 03:21 PM
m002.p's Avatar
m002.p m002.p is offline
 
Join Date: Jan 2007
Location: Worcester
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Instructions
Note you need to edit xx to the field id of your username entry, and 00 to the field id of your style entry.
Please re-read the instructions. They save you and I alot of hassle and time
Reply With Quote
  #13  
Old 10-11-2008, 07:14 AM
michael5472's Avatar
michael5472 michael5472 is offline
 
Join Date: Mar 2004
Location: South England
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed ok

the .png file for the "Get xfire" refused to show so i just removed it

Thanks - I left a message in your other mod for XFIRE because it wont work
Reply With Quote
  #14  
Old 10-13-2008, 06:07 PM
m002.p's Avatar
m002.p m002.p is offline
 
Join Date: Jan 2007
Location: Worcester
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

check you put the image in the right directory. Also ensure you didnt modify the name of the .png when downloading.

Ive responded to the other question in the other mod
Reply With Quote
  #15  
Old 10-15-2008, 07:12 AM
brianFL1 brianFL1 is offline
 
Join Date: Aug 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed Perfectly! I made a minor change though so clicking on a users XFIRE status it will redirect to their XFIRE profile page instead of adding them to your friends list, I'll post the change, If the author doesn't mind (Send me a PM if you want me to remove it). This is a very easy change to make.

So it goes to their profile page instead of adding to friends.

REPLACE: (In postbit legacy, after installing original)
Code:
<!-- / START SOGTEAM XFIRE POSTBIT ADDON -->
<br />
<if condition="$post['fieldxx']">
<if condition="$post[field00]">
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/$post[field00]/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
<else />
<a href="xfire:add_friend?user=$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/sh/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
</if>
<else />
<a href="http://www.xfire.com" target="blank"><img src=/forum/images/getxfire.png border="0"></a>
</if>
<br />
<!-- / END SOGTEAM XFIRE POSTBIT ADDON -->

WITH THIS:
Code:
<!-- / START SOGTEAM XFIRE POSTBIT ADDON -->
<br />
<if condition="$post['fieldxx']">
<if condition="$post[field00]">
<a href="http://www.xfire.com/profile/$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/$post[field00]/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
<else />
<a href="http://www.xfire.com/profile/$post[fieldxx]" rel="nofollow"><img src=http://miniprofile.xfire.com/bg/sh/type/3/$post[fieldxx].png width=149 height=29 border=0></a>
</if>
<else />
<a href="http://www.xfire.com" target="blank"><img src=/forum/images/getxfire.png border="0"></a>
</if>
<br />
<!-- / END SOGTEAM XFIRE POSTBIT ADDON -->
Reply With Quote
  #16  
Old 10-20-2008, 10:00 PM
m002.p's Avatar
m002.p m002.p is offline
 
Join Date: Jan 2007
Location: Worcester
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No dont mind at all.

Thanks for sharing, and yes as you well know, you can make it do anything you like
Reply With Quote
  #17  
Old 11-28-2009, 07:16 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i know its an old mod but i like this and just installed
Reply With Quote
  #18  
Old 11-28-2009, 07:52 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

old mod i just installed and working fine, NOW,lol
as a newbie to vbulletin i placed everything word for word, which is wrong really.
i put :

* bg
* os
* co
* sf
* wow
* sh

when it should be

bg
os
co
sf
wow
sh

the * made it the wrong path.lol

but working great cheers
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:51 AM.


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.06631 seconds
  • Memory Usage 2,290KB
  • 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
  • (6)bbcode_code
  • (1)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
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)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