MyBB Community Forums

Full Version: Remove Last Post, Thread and Post counts from forum and thread listing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

My website has PSP content and people are wanting a PSP theme. As the PSP browser is very simple they want to remove some stuff. Here is what they do not want:

Forum Display
Thread Count
Post Count
Last Post

Catagory Display
Thread Count
Post Count
Last Post

Forum Legend
Shoutbox
Header Image

Currently I have removed the shoutbox, header image and the section of the forum legend. However where do I remove the other bits?

I did a bit of a photoshop edit so hopefully this will help.

What it looks like
[Image: 1.png]

What it needs to look like
[Image: 2.png]

And you may notice it says meet the hackers for one of the forums, we aren't hackers we just help people with PSP games and before I made the site somebody referred to me as a hacker and I thought it would be a good name for the people who apply the cheats for people.

Thanks for any help,
Clarkie
You'll need to edit some Forum Bit Templates for what you want in the screen shots.

And forumdisplay_threadlist for the other bit.
Ok thanks,

This is now what I have:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" 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><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>


</tr>
{$sub_forums}
</tbody>
</table>
<br />

and I removed this from various places:

<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>



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

Nothing appears to have changed.
Sure you're editing the right template set?? If you're removing code it wouldn't still show it. There's quite a few changes you'd need to make in the forumbit templates.