MyBB Community Forums

Full Version: how do i remove post and lastpost column from index of forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
please, i want to remove the post and last post column that i marked with blue pen and also make the thread title i marked with yellow longer [ showing full post title ] .

FORUM : relationshipvilla.com/forum
Templates > Your theme > Forum Bit Templates > forumbit_depth1_cat

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />



Templates > Your theme > Forum Bit Templates > forumbit_depth2_cat and forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" width="1"></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
@Iandrew, thank you so much. i got it solved. i so much appreciate