I have installed the new user fields and I have edited my postbit_legacy template and changed all of the field numebrs to be correct, but for some reason only the add to xfire friends list link shows up. The xfire username is field4 and the style is field5. Here is the code in my postbit_legacy template
PHP Code:
!-- XFire Hack -->
<if condition="$post['field4']"><a href=http://profile.xfire.com/$post[field4]><img src=http://miniprofile.xfire.com/bg/$post[field5]/type/3/$post[field4].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 -->