MyBB Community Forums

Full Version: Make tfoot for each category [Tutorial]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have been wondering how to add the tfoot to the bottom of each category.

Today I figured it out and decided to tell you how.

First off open forumbit_depth1_cat

Then find -

</tbody>

Add this after it -
<tfoot>
<tr>
<td class="tfoot" colspan="5">
</td>
</tr>
</tfoot>

You should now have a basic tfoot.

You can customize it to your liking aswell.