MyBB Community Forums

Full Version: Removing the Collum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have installed ficons and i would like to remove the off, on and offlock collum.

I removed
<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>
the last post collum will go black. I just want ficons in the collum, i dont want off and on buttons.


Thanks
Views? Posts?
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>

Result into this: [Image: attachment.php?aid=553]
I've done all of that, but I want the plugin, "Ficons" to be visible. I've done all the actions above and then I activated the plugin but the collum for the ficons did not show.
Revert the edited templates back to original, then activate the plugin. The plugin might be using the above codes to find and replace them with the plugin's code.
That is done now, but now the last post collum is all black. How can we fix that?
^ your forum URL please ...
Private Messaged you.
In "forumbit_depth1_cat" , find
<td class="tcat" colspan="3"> 

change to :
<td class="tcat" colspan="2"> 
(2011-10-17, 12:27 PM)ranjani Wrote: [ -> ]In "forumbit_depth1_cat" , find
<td class="tcat" colspan="3"> 

change to :
<td class="tcat" colspan="2"> 
Thanks mate, Problem solved.