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 -->
Add this below:
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 -->
This will add automatically a bigger Xfire banner in the user signature after they entered their Xfire name in the forum profile.
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.