(20 Nov, 2009, 6:20 pm)Himura escribió: Para los subforos para evitar el problema de deformidad
Modificar la plantilla "forumdisplay_subforums"
en CP Admin/Platillas y Estilos/Plantillas/Tu tema Templates y Mostrar Foro - Plantillas "forumdisplay_subforums"
Buscar:
Código:<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
Reemplazar por:
Código:<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
Por ultimo...
Buscar: (y repetirlo)
Repetirlo es escribirlo 2 veces (mira avajo ejemplo de la plantilla)Código:<td class="tcat" width="2%"> </td>
Código:<td class="tcat" width="2%"> </td><td class="tcat" width="2%"> </td>
Quedando algo asi la plantilla luego de la edicion:
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%"> </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 />