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 |
#12
|
|||
|
|||
did you guys pick a skin from your cp ?
also change the field #s of the makers code to your field # |
#13
|
|||
|
|||
now runs!!
so finally INSTALLED! |
#14
|
|||
|
|||
great that it installed
|
#15
|
|||
|
|||
you, I put in my fields and also chose a skin... still nothing
|
#16
|
|||
|
|||
LOOK <a href=http://profile.xfire.com/eve4ever><img src=http://miniprofile.xfire.com/bg/bg/type/0/eve4ever.png width=440 height=111></a> at the code and go figure it did not work for me 1 either but i got it working myself
|
#17
|
|||
|
|||
View mine cause this works...
global-fortress.com to view profile's 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> |
#18
|
|||
|
|||
I got it working.
I had it as now Code:
<!-- XFire Hack --> <if condition="$post['field5']"><a href=http://profile.xfire.com/$post[field5]><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[field5]" rel="nofollow">Add to xFire Friends List</a> </if> <!-- / End XFire Hack --> |
#19
|
||||
|
||||
I am sorry for the confusing. The main problem happened because I listed it as.
In the text file it appears as * bg and so on. The * was just the symbol for the listing and never was a part of this hack. Again I am sorry for this confusing from my side here. I made a small change for my forum which you can use by yourself, too if you want. Find Code:
<!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> Code:
<!-- XFire Hack --> <p align="center"><if condition="$post['fieldx1']"><a href=http://profile.xfire.com/$post[fieldx1]><img src=http://miniprofile.xfire.com/bg/$post[fieldx2]/type/2/$post[fieldx1].png width=450 height=34 border=0></a> <br> <a href="xfire:add_friend?user=$post[fieldx1]" rel="nofollow">Add to xFire Friends List</a> </if></p> <!-- / End XFire Hack --> e.g. can be see here: http://forum.cabalonline.com/showpos...8&postcount=14 Note: 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. |
#20
|
|||
|
|||
Hi everybody,
I just tried installing this xfire hack but it is not displaying anything when you make a post. In the user control panel everything looks good there it just doesn't display anything. Does this work with 3.6.5 or am I going crazy, lol Thanks in advance, Porsche |
#21
|
||||
|
||||
i had the same issue until i realized that i missed editing one of the "fieldx1", id go back over and check to make sure you didnt miss one as well
*clicks install* |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|