vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   XFire Messaging Icon (https://vborg.vbsupport.ru/showthread.php?t=63978)

E|eMenT 04-17-2004 12:27 AM

XFire Messaging Icon
 
An up and coming instant messaging system for gamers, xfire. It would be nice to see someone make a hack to add it to the board like the aim, msn, yahoo, and icq buttons. Just like the messaging icons next to your name.

xfire can be found at http://www.xfire.com

|oR|Greg 06-08-2004 05:30 PM

Anyone, anyone, Bueller, Bueller?

Jaxx 06-14-2004 04:23 AM

Yes, I have been thinking about this myself too.

Would be great. I love Xfire.

Jaxx 10-28-2004 09:43 AM

Any update on this?

Beermonster 10-28-2004 01:39 PM

Quote:

Originally Posted by E|eMenT
An up and coming instant messaging system for gamers, xfire. It would be nice to see someone make a hack to add it to the board like the aim, msn, yahoo, and icq buttons. Just like the messaging icons next to your name.

xfire can be found at http://www.xfire.com


just add a user profile field, then in your postbit or postbit_legacy add

Code:

<if condition="$post['field##']">
    <div>Xfire: $post[field##]</div></if>

below
Code:

                                <div>
                                        $vbphrase[posts]: $post[posts]
                                </div>

Or where ever you like

Chaning ## with the new field number

Creed 02-21-2005 02:53 AM

You can add xfire info to their profile using this:
(remember to replace fieldx with the field number you created for xfire usernames)

Code:

In MEMBERINFO template find:
<if condition="$vboptions['usereferrer']">

Add above:
<!-- [Xfire Hack ] -->
<if condition="$userinfo['fieldx']">
<fieldset class="fieldset">
                                <legend>xFire Info</legend>
<div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
<a href="http://profile.xfire.com/$userinfo[fieldx]"><img src="http://miniprofile.xfire.com/$userinfo[fieldx].png" border="0"></a>
                                       
                                </div>
                        </div>
</fieldset>
</if>
<!-- [end Xfire Hack ] -->

Demo

jr1001 04-13-2005 12:44 AM

AWESOME! Thanks!

Hey do you know how to maybe add the xfire name to the Members List? Perhaps placed between the Post Count and Avatar columns?

Jaxx 04-28-2005 08:20 AM

Thanks a bunch. :)

How would you go about putting this in the IM field of the user profile? As it stands right now, its under Additional Information and I would like to have it with the AIM, Yahoo, etc.

Jaxx 04-30-2005 08:37 PM

Anyone?

Creed 07-02-2005 03:06 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=76533" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=76533</a>

Very close to answering all of your questions (and hopes for hack) in that thread.


All times are GMT. The time now is 06:28 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.01605 seconds
  • Memory Usage 1,729KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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