MyBB Community Forums

Full Version: Where is the template for the last post and threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the name of the template for the last post and amount of threads..
forumbit_depth1_forum_lastpost
&
forumbit_depth2_forum_lastpost

For thread count:

forumbit_depth2_forum
How do I fix this

[Image: a442c4482e827f20a2ef8418d44dbc3e.png]

the last post is in the wrong place etc
The snap states clearly that you are suffering colspan issue.
You need to edit forumbit_depth1_cat, decreasing one colspan value.

Give the full screenshot please...
[Image: e6831a35478efd3868eda6d402793cdd.png]
That is the full image
Revert your "forumbit_depth1_cat" to original or atleast change this line:

<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

to this:

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
Thank you