Do this:
In
forumhome_todayloggedinusers
Replace everything with the following.
HTML 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">
<nobr><phrase 1="$todayrecordusers" 2="$todayrecorddate">$vbphrase[most_users_ever]</phrase></nobr> |
<nobr>$vbphrase[already_visited_today]:</nobr><br />
$todayloggedinuser<br />
</div></td>
</tr>
</tbody>
Go to
http://www.computerproblems.org/forums
to see what that will do. Hope that helps.