Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Ficons en MyTrade
AndresXZ09   8 Nov, 2014, 6:03 pm
#1
Hola!

Estuve leyendo diversos tutoriales tanto de Himura como de Omar. G para añadir Ficons a los foros, pero a la hora de buscar la linea que tengo que reemplazar en forumbit_depth2_forum no existe, ya que es distinta.

Aquí dejo lo que tiene el template:

Código:
 <tr>

<td class="{$bgcolor}" align="center" valign="top" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-comments"></i></span></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="width: 1%;"></td>
<td class="{$bgcolor} smalltext" valign="middle" align="right" style="white-space: nowrap; padding-right: 20px;">{$lang->xstyled_threads} {$threads}{$unapproved['unapproved_threads']}<br />{$lang->xstyled_posts} {$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="left" style="width: 220px;">{$lastpost}</td>
</tr>

Espero puedan ayudarme  Big Grin
Destro   9 Nov, 2014, 12:21 am
#2
En forumbit_depth2_forum agrega (después del <tr>)
Código:
<td class="{$bgcolor}" align="center" valign="top" width="1">
<img src="{$theme['imgdir']}/ficon/icon_{$forum['fid']}.png" alt="" />
</td>

Y en forumbit_depth1_cat cambia
Código:
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
-->
Código:
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

Por ultimo creas la carpeta ficon y subís las imágenes con el nombre icon_{FOROID}.png

@EDIT
creo que me estoy olvidando de una plantilla..., mañana me fijo bien.
Última modificación: 9 Nov, 2014, 12:23 am por Destro.

Comunidad OnlyArg - (CS 1.6, HL)
http://www.onlyarg.com/foro/index.php
AndresXZ09   9 Nov, 2014, 6:12 am
#3
Avísame si están todas las que hay que editar para hacerlo ya en mi foro Tongue 
Destro   9 Nov, 2014, 8:09 pm
#4
forumdisplay_subforums:
Código:
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
-->
Código:
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

Comunidad OnlyArg - (CS 1.6, HL)
http://www.onlyarg.com/foro/index.php
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.