The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
xFire Status in Postbit Details »» | |||||||||||||||||||||||||
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:
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:
PHP Code:
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
|
Comments |
#22
|
|||
|
|||
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 |
#23
|
|||
|
|||
I tried this and no matter what I do the xfire box will now show up... suggestions?
|
#24
|
|||
|
|||
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. |
#25
|
|||
|
|||
works on the new 3.7
thanks and installed |
#26
|
|||
|
|||
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. |
#27
|
|||
|
|||
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.
|
#28
|
|||
|
|||
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? |
#29
|
|||
|
|||
Quote:
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 |
#30
|
|||
|
|||
It never worked for me aswell but i messed around with it and this is what i used in the end
Quote:
Quote:
|
#31
|
|||
|
|||
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? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|