The forumbits are the templates for displaying each forum. The default vB3 style only has these for the first two levels. If you increase the number of levels to 3, you need to define how the third level will look. The level 1 and level 2 forumbits can be found under either forumhome or forumdisplay (there is a _post and _nopost version for each, _nopost is used for catagories, _post is used for forums). You need to add new templates with the same names but with a 3 instead of a 2 or 1, and they need to contain much of the same stuff in them. Also note that going to three levels will add 1 or 2 queries to forumhome(depending on whether you have level 3 catagories or not) since templates are only cached for the first two levels.
|