Make the template "forumhome_forumbit_level2_post" look like this...
Code:
<tr align="center">
<td bgcolor="#1C5780" valign="top"><img src="https://vborg.vbsupport.ru/images/$forum[onoff].gif" border="0" alt=""></td>
<td bgcolor="#13486D" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]<br>Moderated by: $forum[moderators]</smallfont></td>
<td bgcolor="#1C5780"><normalfont>$forum[replycount]</normalfont></td>
<td bgcolor="#13486D"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="#1C5780"><smallfont>$forum[lastpostinfo]</smallfont></td>
</tr>
THEN go to "forumhome" to look for the like this... section inclosed in the <!-- main --> brackets, and replace it with this.
Code:
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
</tr>
$forumbits
$loggedinusers
$pminfo
</table>
</td></tr></table>
That will remove the moderator listing from the right of the page, and move it to the bottom of the forum description, like on my site:
http://www.federationstudios.net/forums