Tengo problemas con este pluguin (MyForumIcons) ya lo tengo instalado pero no se donde tengo que pegar o remover para que funcione
This will allow you to create custom icons for your forums.
You can specify a path to your forum's custom icon by going to the ACP => Forum Management => Edit Forum.
When installed, it will alter the forums table to add a column called myforumicon, which will be used for the custom icon of your forum.
When activated, modifications to your forumbit_depth2_forum template will be made. It uses the following code to replace templates:
Esta es de mi plantilla forumbit_depth2_forum

This will allow you to create custom icons for your forums.
You can specify a path to your forum's custom icon by going to the ACP => Forum Management => Edit Forum.
When installed, it will alter the forums table to add a column called myforumicon, which will be used for the custom icon of your forum.
When activated, modifications to your forumbit_depth2_forum template will be made. It uses the following code to replace templates:
function myforumicons_activate()
{
require_once MYBB_ROOT."inc/adminfunctions_templates.php";
find_replace_templatesets("forumbit_depth2_forum", "#".preg_quote("id=\"mark_read_{\$forum['fid']}\"></span>")."#i", "id=\"mark_read_{\$forum['fid']}\" {\$forum['myforumicon_override']}></span>{\$forum['myforumicon']}");
}
Esta es de mi plantilla forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-circle-o"></i></div></td>
<td class="{$bgcolor}" valign="middle">
<strong><a href="{$forum_url}"><span class="threadtext">{$forum['name']}</span></a></strong><br />{$forum_viewers_text} {$forum['description']} {$subforums}</td>
<td class="{$bgcolor}" valign="middle" align="left" width="23%" style="white-space: nowrap">{$lastpost}</td>
<td class="{$bgcolor}" valign="middle" align="center" width="9%" style="white-space: nowrap">
<span class="threadtext">Topics </span><br />{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="middle" align="center" width="9%" style="white-space: nowrap">
<span class="threadtext">Replies </span><br />{$posts}{$unapproved['unapproved_posts']}</td>
</tr>
[Imagen: http://card.exophase.com/1/830618.png]