I think you're using an out-of-date style (i.e. not compatible with 4.1.2)
I had the same problem, here is how I got around this...
In FORUMHOME template search for:
Replace that with this...
Quote:
<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>
|
That should do the trick.