There is the problem I belive.
The template:
forumhome_todayloggedinuser should be:
Code:
<a href="member.php?$session[sessionurl]u=$userid" title="<phrase 1="$lastactivetime">$vbphrase[last_online_at_x]</phrase>">$username</a>$invisibleuser
While the template:
forumhome_todayloggedinusers
Should be:
Code:
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumhome_todayactiveusers')"><img id="collapseimg_forumhome_todayactiveusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayactiveusers].gif" alt="" border="0" /></a>
$vbphrase[active_users_today]: $todayonline
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayactiveusers" style="$vbcollapse[collapseobj_forumhome_todayactiveusers]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt=" Number of Active Users Today" border="0" /></td>
<td class="alt1" colspan="0"><div class="smallfont">
<phrase 1="$todayrecordusers" 2="$todayrecorddate">$vbphrase[most_users_ever]</phrase> |
$vbphrase[already_visited_today]:<br />
$todayloggedinuser<br />
</div></td>
</tr>
</tbody>