MyBB Community Forums

Full Version: Easy question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed Ficons, and now I want to get rid of the stock folder icons.

How do I do it?

http://puu.sh/ZKGq
you have to edit your template:
forumbit_depth2_forum
You will see an <img .... /> that you can remove.

But the default icons change when there are new messages inside categories, while forumIcons don't.
I see two of them. Is there a specific line or something I remove?
Remove the one that has 'lightbulb'. Probably something like:

Try removing this:

<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>
That seemed to remove both the ficons AND the default icons.

Edit: Sorry, that worked. My bad.