Mine works, but it realy screws up everything, view screenshot to see.
memberinfo_block_xfire
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<if condition="$userinfo[field6]">
<div class="alt1 block_row">
<ul class="list_no_decoration">
<thead>
<table>
<td align="center" class="alt2"><font size="1"><img src="images/xfire_logo.jpg" alt="Xfire - Gaming Simplified">xFire User Account: <b>$userinfo[field6]</b></font>
</td>
</table>
<br />
</thead>
<center>
<a href="http://profile.xfire.com/$userinfo[field6]" target="_blank"><img src="http://miniprofile.xfire.com/bg/$userinfo[field7]/type/1/$userinfo[field6].png" border="0"/></a>
</center>
<br />
<center><font size="1"><a href="xfire:add_friend?user=$userinfo[field6]" rel="nofollow"><b>Add $userinfo[username] to xFire Contacts List</b></font></center>
</ul>
</div>
</if></html>
Another thing, you need to remove the <img src="/forum/images/xfire_logo.jpg" and rename it to <img src="images/xfire_logo.jpg" instead >8P Something is definantly wrong though, and i am assuming it's because i do not allow html, and it has html tags there. Anyway you can make this mod work without the use of html?
EDIT1: Ok monkeying around with the template, you need to remove thead, that messes up the placement, now i just need to figure out how to remove the linking of the vbulletin version and everything.