[Solucionado] Imagen al costado del nombre del foro.
URL: http://www.clan-srshot.com.ar/foro/ Versión: MyBB 1.4.11. Actualización: Sin actualizar. Problema: Quiero agregar imagen al costado del foro,...

URL: http://www.clan-srshot.com.ar/foro/
Versión: MyBB 1.4.11.
Actualización: Sin actualizar.
Problema: Quiero agregar imagen al costado del foro, algo asi. [Imagen: dibujoewn.jpg]
Sanity is a prison. Let madness release you.
(14 Jan, 2010, 3:53 pm)pelayov escribió: Hola, ese es un plugin de pago, llamado Forum icons o Ficons.

Pro en Mybb-es siempre tenemos una opcion para ti!

http://www.mybb-es.com/showthread.php?tid=1375

Eso me funciono, gracias. Ahora te doy reputación.

Ahora tengo este error.

Los subforos se me ven así.


[Imagen: dibujoeqsm.jpg]
Sanity is a prison. Let madness release you.
Lee bien el tutorial en la parte de subforos tienes que repetir algo de "tcat"
sierto para lo de los subforos esta hay lee denuevo es esto
Buscar: (y repetirlo)
Código:
<td class="tcat" width="2%">&nbsp;</td>
(15 Jan, 2010, 11:31 am)Himura escribió: sierto para lo de los subforos esta hay lee denuevo es esto
Buscar: (y repetirlo)
Código:
<td class="tcat" width="2%">&nbsp;</td>

¿A que te referis con repetirlo?

A mi me quedó asi, y se me sigue viendo igual.

Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%"></td><td class="tcat" width="2%"></td>

<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
Sanity is a prison. Let madness release you.
pues trata quitandolo o poniendo uno mas

asi suele remediarse
:)
mira prueba dejando asi la plantilla forumdisplay_subforums
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td><td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
Problema solucionado.

+reputación.
Sanity is a prison. Let madness release you.