Quantcast
Channel: MyBB-Es.com - Todos los foros
Viewing all articles
Browse latest Browse all 4047

con MyForumIcons

$
0
0
Tengo problemas con este pluguin (MyForumIcons) ya lo tengo instalado pero no se donde tengo que pegar o remover para que funcione  Undecided


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:
Código PHP:
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
Código PHP:
<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']}"><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

Viewing all articles
Browse latest Browse all 4047

Latest Images

Trending Articles