MyBB Community Forums

Full Version: Latest Threads Column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Looking for some help in completely removing the latest threads column from my forums main index. Example here: http://i.imgur.com/nEkpY.jpg

Thanks!
Only from the index?
Yes. Just the index Smile
ACP > Templates > Your theme's templates > forumbit_depth2_forum > and find the following and remove;
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
Now Open forumbit_depth1_cat, find the following and remove;
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
Now open forumbit_depth2_cat, find the following and remove;
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
Now open forumdisplay_subforums, find the following and remove;
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
That'll remove it everywhere. xomp wants to remove it only from the index, which he will need a plugin for.