Quote:
Originally Posted by Bounce
Also in 4.2.1 there is 'array' showing on users online link
|
ediy WHOSONLINE template and replace
<span>{vb:raw onlinebits}</span>
with
Code:
<vb:each from="onlinebits" key="count" value="userinfo"><div>
<span><a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a></span>
{vb:raw userinfo.action}
<vb:if condition="$userinfo['show']['where']">
<span>
<vb:if condition="$userinfo['show']['subscribed']"><img class="inlineimg" src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" /></vb:if>
{vb:raw userinfo.where}
</span>
</div> </vb:if></vb:each>