To move the bar try:
Go into your forumhome template and find this code:
Code:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Copy it and delete this code in that template.
Go into your forumhome_forumbit_level1_nopost template.
Find:
Enter the code you copied from forumhome
above it.
That's it. Would be nice, if you could give me a feedback.