This is a great mod and well deserving of the hack of the month award
However when we place it in our 'What's Going On' box it is toooo wide and adds a scrollbar at the bottom of our screen. Is there a way that we could remove the table so that is sits in that section on it's own? Right now it's like a table in a table. Here is the code that we need it to sit in:
HTML Code:
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_adv_stats')"><img id="collapseimg_forumhome_adv_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_adv_stats].gif" alt="" border="0" /></a>
$vbphrase[mnt_adv_stats]
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_adv_stats" style="$vbcollapse[collapseobj_forumhome_adv_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
<td class="alt1" width="100%"><div>$cybtopstats</div></td>
</tr>
</tbody>