MyBB Community Forums

Full Version: Change thread icons.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I am looking to changer thread icons? Pic: http://gyazo.com/b69672bdfd907bd0c2485489c77f772f


Can someone please let me know the right way, thank you.
These are on/off/offlock icons, and not Thread icons. By changing, if you mean to remove the icons, then here is how;

Go to: ACP > Templates > Forumbit Templates > forumbit_depth2_forum > find the following and Remove;
<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>

In "forumbit_depth1_cat" , find the following;
<td class="tcat" colspan="2">
and Change it into;
<td class="tcat" colspan="1">

In "forumdisplay_subforums" , find the following and remove;
<td class="tcat" width="2%">&nbsp;</td>
Thanks for the reply. I just want to change what image is there not remove. Thanks.
Alright, just Replace the following images with your desired new images;

./images/YOUR_THEMES_IMAGE_FOLDER/on.gif
./images/YOUR_THEMES_IMAGE_FOLDER/off.gif
./images/YOUR_THEMES_IMAGE_FOLDER/offlock.gif

But make sure that the new images are .gif extension-ed.
Thanks a lot mate. I will try this now.

Regards,