I Installed it !
Based on what mcyates done, i also add that on the MEMBERINFO templates, but with some modification
Here my code :
Between
Code:
<if condition="$show['hasimicons']">
<fieldset class="fieldset">
<legend>$vbphrase[instant_messaging]</legend>
and
I completely removed what was there to page that :
Code:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
<if condition="$userinfo['showicq']">
<a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)"><img border=0 src="$vboptions[onlinestatusim]/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</if>
<if condition="$userinfo['showaim']">
<a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)"><img border=0 src="$vboptions[onlinestatusim]/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if>
<if condition="$userinfo['showmsn']">
<a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)" border="0"><img border=0 src="$vboptions[onlinestatusim]/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if>
<if condition="$userinfo['showyahoo']">
<a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)"><img border=0 src="$vboptions[onlinestatusim]/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
By the way, i'm using this online server :
http://mightymichelob.tcworks.net:8080
Here a screenshot