MyBB Community Forums

Full Version: Get rid of new posts, no posts, forum locked icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I go about removing the New posts, No posts and Forum locked icons? My site is: http://football-forum.net/

I would like to replace that column with a forum icon, but I'm not sure whether this is do-able?

Regards
Ryan
I'm a bit confused. You want to remove the column and then replace it with a forum icon? A static image that doesn't change whether there are new posts or not?
Hey,

Well, first of all I want the new posts, no new posts, and forum locked column removed - as I don't want it there.

But then, if it's possibly, I want a column with forum images in. So for example, if it was a dogs forum, I would want a Dog there and if it's a Cat forum, I would want a cat there. So yes, static images that wouldn't change.

Regards
First off, follow this tutorial in order to give each forum a unique image in a separate column. It should be easy to understand. After you've done that, remove this from the forumbit_depth2_forum and the forumbit_depth2_cat templates:

<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
The tutorial is for an older version, so that won't work with mine.

Can you take a look at my forum, is there a way to shift everything over to the right one column? As they're all in the wrong columns?
http://football-forum.net/index.php
It is not for an older version. It works just as fine in MyBB 1.6.

As for the wrong columns issue, the colspan is wrong.
How would I sort that?
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Forum Bit Templates > forumbit_depth1_cat

2. Find:

<td class="tcat" colspan="2">

3. Replace with:

<td class="tcat" colspan="1">
That's absolutely brilliant, thank you for your help! Big Grin