Ok, i kinda ripped up your code to suit my needs, and all is working fine now, but something in the plugin is making the vbulletin legal info as a link which bothers me.
memberinfo_block_xfire
Code:
<if condition="$userinfo[fieldxx]">
<div class="alt1 block_row">
<center><a href="http://profile.xfire.com/$userinfo[fieldxx]" target="_blank"><img src="http://miniprofile.xfire.com/bg/$userinfo[fieldoo]/type/1/$userinfo[fieldxx].png" width="236" height="54" border="0"/></a></center>
<br />
<center><a href="xfire:add_friend?user=$userinfo[fieldxx]" rel="nofollow"><img src=images/xfire_addme.png border="0"></center>
</div>
</if>
I suggest all who is having problems with this displaying correctly to replace the old template code with this one i just posted. Just upload my attached image to the images folder. Only drawback atleast for me is the vbulletin legal info gets hyperlinked, and i think it's due to the plugin code itself but can't say for sure. To the dev, i am sorry for altering your code, but alot of people are having problems with this, and i feel this would be a good alternative method of your hack. If you could show us how to mend the plugin code to the way i have it set up, all will be good with those that have a skin that won't display your mod as it should.