MyBB Community Forums

Full Version: Removing Forum 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 forum icons that are next to each forum on index.

ICON *Remove this* | FORUM NAME | THREAD COUNT | POST COUNT | LAST POST

Thanks any help would be great.
You can do this by removing the icon code from the forumbit_depth2_forum template (AdminCP -> Templates -> Modify -> <select templateset> -> Forum Bit Templates -> forumbit_depth2_forum)

Just find and delete:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" />

Note that this retains the table column.
What about if i want to remove the column entirely so i can instead use the Ficons (Forum Icons) mod. How do i remove this so that only the Ficons (Forum Icons) is present