Okey look at the screen shot for an example, you can add anything you want in to the box..
FIND IN
FORUMHOME
PHP Code:
<!-- end today's birthdays -->
</if>
UNDER ADD
PHP Code:
<!-- ADD-IN BOX -->
<thead>
<tr>
<td class="tcat" colspan="2">[B]TITLE HERE[/B]td>
</tr>
</thead>
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody id="collapsbj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
<!-- EDIT TEXT HERE -->
[B]Blah blah blah[/B]
<!-- EDIT TEXT HERE -->
</center>
</td>
</tr>
</tbody>
</if>
<br />
<!-- end ADD-IN BOX-->