I did my own fix for the above post:
Edit template
addonchat_who
Just delete what's in that template and replace it with the following;
Code:
<vb:if condition="$addonchat['enabled'] == 1">
<vb:if condition="$addonchat['user_count'] > 0">
<div id="wgo_onlineusers" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="images/addonchat/wgo.png"
alt="{vb:rawphrase addonchat_whos_chatting}" />{vb:rawphrase
addonchat_whos_chatting}</h3>
<div>
<p>
{vb:rawphrase addonchat_users_online,
{vb:raw addonchat.user_count}}
</p>
<ol class="commalist" id="wgo_addonchat_list">
{vb:raw addonchat_activeusers}
</ol>
</div>
</div>
</vb:if>
</vb:if>
Now mine looks like the included attachment...