Installed and working great. Only issue I have is the GoogleTalk icon does not show up on the Who's Online page. I included the code in the whosonlinebit for vB 3.5.4 but still nothing... What am I missing here?
Domokun
p.s. Here's what I have:
Code:
<if condition="$vboptions['showimicons']">
<td class="alt2" align="center" nowrap="nowrap">
$userinfo[gticon]
$userinfo[aimicon]
$userinfo[icqicon]
$userinfo[msnicon]
$userinfo[yahooicon]
$userinfo[skypeicon]
</td>
</if>