Quote:
Originally Posted by OlijO
Just upgrade to addonchat plugin v4.0.2
And upgraded to vB 4.1.5PL1
After the upgrade i've got a problem :

the whois chatting has a little issue, the title appear twice.
Code used in the template addonchat_who
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>
|
You're missing the image, which is making the alt text appear. Verify you have all images/files in the correct directories for all styles (default and custom) and try again