leer el tema revisar este punto
http://www.mybb-es.com/showthread.php?tid=1375
(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:
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
Reemplazar por:
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
Por ultimo...
Buscar: (y repetirlo)
<td class="tcat" width="2%"> </td>
Repetirlo es escribirlo 2 veces (mira avajo ejemplo de la plantilla) <td class="tcat" width="2%"> </td><td class="tcat" width="2%"> </td>
Quedando algo asi la plantilla luego de la edicion:
<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 />