To get the forum/post/thread ect under the title go into your forumhome_forumhome and find this code
Code:
<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>
<td bgcolor="{ tableheadbgcolor}" width="20%"><smallfont color="{ tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>
and copy it into your forumhome_forumbit_level1_nopost at the bottom, then see the code above that? Find
Code:
<td height="45" bgcolor="{ categorybackcolor}" background="{ imagesfolder}/titleback.gif" colspan="6">
and make it
Code:
<td height="45" bgcolor="{ categorybackcolor}" background="{ imagesfolder}/titleback.gif" colspan="6" align="center">
I added the spaces so vb.org doesn't change the code. Hope this helps