MyBB Community Forums

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

I'm using Labroccas forum icons plugin but I want to remove the marked on/off/closed images that are in front of the forum icons, how do I do that:

I want to remove the red marked icons (it's the on/off/closed icons):
[Image: 001_RE8YUKM1RXPN28.jpg]
do you remember adding some code on templates for that plug-in. look into its installation archive ;
there might be a text file of instructions ; you may have to remove code on forumbit_depth1_cat
From forumbit_depth2_forum and forumbit_depth2_cat find 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>

Now in "forumbit_depth1_cat" template, find;
<td class="tcat" colspan="2">
and Change it into;
<td class="tcat" colspan="1">