MyBB Community Forums

Full Version: Ficons messed up my subforum layout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed FiconsV3 and then proceed with a method to remove the "Off/On" Icons which was posted in this thread http://community.mybb.com/thread-142326....ght=ficons ...
after that i got a huge blank spot. Let me show you. As to right side.



http://i.imgur.com/8Kr0go0.png

It would be awesome if you can help peeps! Thanks.(:


BUMP BUMP BUMP BUMP BUMP BUMP

sorry. need help, really.
Quote:// Goto template "forumdisplay_subforums"
// remove
<td class="tcat" width="2%">&nbsp;</td>
can you undo that and check - that is, add it back to forumdisplay_subforums template
<tr>
<td class="tcat" width="2%">&nbsp;</td>
still shows.
i think you got the wrong idea.
look here.... www.shufflerforums.bugs3.com
^ in the forumbit_depth2_forum template you have removed code like below
<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>

put below code there and save the template
<td class="{$bgcolor}" align="center" valign="top" width="1">&nbsp;</td>