MyBB Community Forums

Full Version: Remove last post column?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to remove the last post column from my theme because I'm creating a forum for someone for a dsi and well with it there it just looks messy (see dsi4u.gamerzforum.net on a dsi and you'll know what I mean) I know I need to go into templates but I'm not sure what it is I have to remove and what I should replace it with any ideas?
Go to: ACP > Templates > Forumbit Templates > and open following template:
forumbit_depth2_forum
find and remove;
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>

Now Go to: ACP > Templates > Forumbit Templates > and open following template:
forumbit_depth1_cat
find and remove;
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

save both templates..

--- DONE! Smile

Old Look: [attachment=21002]
New Look: [attachment=21003]

Wink
Great! Thanks!
Thank you dear friend Heart

but i have problem that remove last post in home page but no remove in sub Forum page Dodgy




Good afternoon
You also need to remove:
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
in forumdisplay_subforums template.