Quote:
Originally Posted by Boofo
Then you got me. Other than re-uploading your forum.php file to the forums, I can't see anything else that could be causing it. If the vb:each code is in the template, then it should be working. Post your $activeusers code from the forumhome template here and let's see what that is showing.
|
Thanx

here it is:
PHP Code:
<vb:if condition="$activeusers">
<ol class="commalist" id="wgo_onlineusers_list">
<vb:each from="activeusers" value="loggedin">
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
</vb:each>
as for the config.php ill give it a look.