Gimmie a little bit and sure thing
In memberinfo template replace what you already have with this:
**NOTE** replace field14 with whatever field you have for your xFire username, and replace field18 with whatever field you have for your profile type!
Code:
<!-- [Xfire Hack ] -->
<if condition="$userinfo['field14']">
<fieldset class="fieldset">
<legend>xFire Info</legend>
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<if condition="$userinfo['field18'] == 'Classic'">
<a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/bg/type/0/$userinfo[field14].png width=440 height=111 border="0"></a>
</if>
<if condition="$userinfo['field18'] == 'Fantasy'">
<a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/os/type/0/$userinfo[field14].png width=440 height=111 border="0"></a>
</if>
<if condition="$userinfo['field18'] == 'Combat'">
<a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/co/type/0/$userinfo[field14].png width=440 height=111 border="0"></a>
</if>
<if condition="$userinfo['field18'] == 'SciFi'">
<a href="http://profile.xfire.com/$userinfo[field14]"><img src=http://miniprofile.xfire.com/bg/sf/type/0/$userinfo[field14].png width=440 height=111 border="0"></a>
</if>
</div>
</div>
</fieldset>
</if>
<!-- [end Xfire Hack ] -->
Now create a new profile field:
Type: Single-Selection Menu
Title: xFire Profile Type
Description: Choose the type of profile you would like to display in your profile
Options:
Classic
Fantasy
Combat
SciFi
Set Default: Yes, but No First Blank Option
Field Required: No
Field Editable by User: Yes
Private Field: Yes
Field Searchable on Members List: No
Show on Members List: No
Allow User to input their own value for this option: No
Working fine for me
www.hdclan.org/forums/member.php?u=1