Just move it within the FORUMHOME template to where you want it.
Grab all the content starting with this:
HTML Code:
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
and ending with:
HTML Code:
</tbody>
<!-- end logged-in users -->
</if>
Move it to where you want. You may have to add this line at the beginning:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
And put this line afterwards: