View Full Version : XFire Messaging Icon
E|eMenT
04-17-2004, 01:27 AM
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, 06:30 PM
Anyone, anyone, Bueller, Bueller?
Yes, I have been thinking about this myself too.
Would be great. I love Xfire.
Beermonster
10-28-2004, 02:39 PM
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
<if condition="$post['field##']">
<div>Xfire: $post[field##]</div></if>
below
<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)
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 (http://www.hdclan.org/forums/member.php?u=1)
jr1001
04-13-2005, 01: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?
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.
Creed
07-02-2005, 04: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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.