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
[Solucionado] Imagen al costado del nombre del foro.
Heavy   14 Jan, 2010, 3:50 pm
#1
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.
Pelayo   14 Jan, 2010, 3:53 pm
#2
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
Heavy   14 Jan, 2010, 9:47 pm
#3
(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.
themack   14 Jan, 2010, 11:39 pm
#4
Lee bien el tutorial en la parte de subforos tienes que repetir algo de "tcat"
Himura   15 Jan, 2010, 11:31 am
#5
sierto para lo de los subforos esta hay lee denuevo es esto
Buscar: (y repetirlo)
Código:
<td class="tcat" width="2%">&nbsp;</td>
Heavy   15 Jan, 2010, 11:47 am
#6
(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.
Cluster   15 Jan, 2010, 1:55 pm
#7
pues trata quitandolo o poniendo uno mas

asi suele remediarse

:)
Himura   15 Jan, 2010, 2:35 pm
#8
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 />
Heavy   15 Jan, 2010, 4:40 pm
#9
Problema solucionado.

+reputación.

Sanity is a prison. Let madness release you.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.