well the easiest way now, is to remove all the table's subheader
in template manager> forumbit template > forumbit_depth1_cat
find
then in index template, find $forums and add that code above it
i didn't test the code(servers down) but it will work
regards
in template manager> forumbit template > forumbit_depth1_cat
find
<tr>
<td class="tcat" width="35"> </td>
<td class="tcat" width="59%"><strong>$lang->forumbit_forum</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_threads</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_posts</strong></td>
<td class="tcat" width="200" align="center"><strong>$lang->forumbit_lastpost</strong></td>
</tr>
and remove itthen in index template, find $forums and add that code above it
<table width="100%" border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="tcat" width="35"> </td>
<td class="tcat" width="59%"><strong>$lang->forumbit_forum</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_threads</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_posts</strong></td>
<td class="tcat" width="200" align="center"><strong>$lang->forumbit_lastpost</strong></td>
</tr>
</table>
i didn't test the code(servers down) but it will work
regards