MyBB Community Forums

Full Version: [HELP] width of a truncated forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use the plugins ficon to change the icon forums, but on the width of a truncated forum.. like in the picture below, how do I fix it? that is equal to my category.

[Image: Screenshot_141215_20_06_27.png]
Not familiar with this plugin, but as a quick test you can try adding

<td></td>

below

<tr>
<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>

in the template called forumbit_depth2_cat under forumbit templates.

Looks like you either need to add a datacell or increase / decrease a colspan by 1 somewhere.
(2015-12-14, 08:55 PM)Ashley1 Wrote: [ -> ]Not familiar with this plugin, but as a quick test you can try adding

<td></td>

below

<tr>
<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>

in the template called forumbit_depth2_cat under forumbit templates.

Looks like you either need to add a datacell or increase / decrease a colspan by 1 somewhere.

now it is solved I replace the plugin myforumicons Smile