The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
Anyone, anyone, Bueller, Bueller?
|
#3
|
|||
|
|||
Yes, I have been thinking about this myself too.
Would be great. I love Xfire. |
#4
|
|||
|
|||
Any update on this?
|
#5
|
|||
|
|||
Quote:
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> Code:
<div> $vbphrase[posts]: $post[posts] </div> Chaning ## with the new field number |
#6
|
||||
|
||||
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 ] --> |
#7
|
|||
|
|||
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? |
#8
|
|||
|
|||
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. |
#9
|
|||
|
|||
Anyone?
|
#10
|
||||
|
||||
<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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|