2015-08-13, 08:17 PM
I been using Vb for years but I though I should change to mybb 
I made a forum installed few plugins.
but when I installed Ficones plugin my forum looked messed up so I followed the troubleshooting steps to fix the problems...

I made a forum installed few plugins.
but when I installed Ficones plugin my forum looked messed up so I followed the troubleshooting steps to fix the problems...
orumbit_depth1_cat
Find <td class="thead" colspan="5">
Change to <td class="thead" colspan="6">
Find <td class="tcat" colspan="2">
Change to <td class="tcat" colspan="3">
forumbit_depth2_forum
Find <td class="{$bgcolor}" valign="top">
Before it add
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
forumdisplay_subforums
Find colspan="5"
Change to colspan="6"
Find <td class="tcat" width="2%"> </td>
After add <td class="tcat" width="2%"> </td> (yes it's twice)
forumbit_depth2_cat
Find <td class="{$bgcolor}" valign="top">
Before it add
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
6/7 my problems were fixed but there was one that didn't get fixed.
So my problem is that my main forums size is smaller.
For example:
![[Image: WnJW15V.png]](https://camo.mybb.com/e8ec3dac856b36f8a016e3fdb03743b59f725f6a/687474703a2f2f692e696d6775722e636f6d2f576e4a573135562e706e67)
Can anyone tell me how I can fix the size ???
My subforums were like this but I found a way to fix it
but I can't fix my main forums.
Thanks
My website: http://www.zer0-days.com/
So my problem is that my main forums size is smaller.

For example:
Can anyone tell me how I can fix the size ???
My subforums were like this but I found a way to fix it

but I can't fix my main forums.
Thanks

My website: http://www.zer0-days.com/
Anyone???