to make this hack were it can collapse
also in my code i took out the
Most users ever online on a day was $todayrecordusers on $todayrecorddate.
you can take a look at
www.monstergamer.net/vb/index.php
go to
forumhome_todayloggedinusers
replace all with
PHP 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>
Users Been on Today: $numbertodayonline
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayactiveusers" style="$vbcollapse[collapseobj_forumhome_todayactiveusers]">
<tr>
<td class="alt1" colspan="6"><div class="smallfont">
<strong><nobr>The following members have already visited the forums today:</nobr></strong><br />
$todayloggedinuser<br />
</div></td>
</tr>
</tbody>