[Rendimiento]  por que se descuadro los subforos
* URL del foro: http://www.alonegamerz.com/ * Versión del foro: 1.6 * Actualización: Ninguna Hola amigos no se por que se descuadro! aca les dejo...


Hola amigos no se por que se descuadro!
aca les dejo una imagen!

http://imageshack.us/f/526/sinttulocy.png/
Es por las celdas, tienes dos de mas, busca en la plantilla Caja del foro/forumbit_depth1_cat.
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder22">

<thead>

<tr>

<td class="thead" colspan="6">

<div class="expcolimage">

<div class="collapse22"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img"
class="expander" alt="{$expaltext}" title="{$expaltext}"
/></div></div>

<div><strong>
<font  COLOR="#fff" face="Trebuchet MS">
<a href="{$forum_url}">{$forum['name']}</a> </font></strong><br
/><div
class="smalltext">{$forum['description']}</div></div>

</td>

</tr>

</thead>

<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">

{$sub_forums}

</tbody>

</table>


<br />
Deja la plantilla forumdisplay_subforums
Me equivoque de plantilla xD

Es la plantilla Mostrar foro/forumdisplay_subforums.

Ultima edición: Uhm... contestaron mas rápido que yo D:
Última modificación: 22 Nov, 2011, 10:05 pm por Azagthoth.
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder22">
<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"></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
Cambia por:
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder22">
<tr>
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
{$forums}
</table>
<br />
todo por ese codigo?
Si.
______________________
El mensaje es muy corto.
Pero en caso de que quiera conservar el .tcat, sería asi:
Código PHP:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder22">
<
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%" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<
td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"></span></td>
<
td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$forums}
</
table>
<
br />