MyBB Community Forums

Full Version: How to change the icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have tried to right click on the icon and get the image location, and change the image there. but there was not even one there so i made a new "on.gif" and off.gif which is what it said they were.

[Image: unledcfd.png]




I want to change the icons

When i use a plugin, it doesnt change it either.
thank you
Do you want to Completely remove the icons ? If so 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>
You created new on and off images? Did you overwrite the existing ones in the images folder?
If so, reload the page with Shift+F5 or Shift+Refresh button.
Thank you Yald

I just did that, looks fine.
You're welcome Smile