MyBB Community Forums

Full Version: Which template file is used for index forum list?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a simple question but I cannot find which one it is. I've been going through them like for ages, and I've probably just missed it.

I'm working on a theme in the admin panel. I can't find the find the html file from the template set list that is for the table listing the forums on the home page. The part that would have your categories and your forums. Its a really simple change I want to make to the table.

Thanks.
1. Templates are not files, they're saved in the database.
2. You're looking for Forum Bit Templates - the tables start in forumbit_depth1_cat .
3. You can see which templates are used by viewing the source of any page. You will notice HTML comments like this:
<!-- start: forumbit_depth1_cat -->
...
<!-- end: forumbit_depth1_cat -->
which tell you were specific templates start/end.
Now I have a better understanding. Thank you! First time using MyBB. :p