Shintetsu   22 Nov, 2011, 8:43 pm
#1

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

http://imageshack.us/f/526/sinttulocy.png/
nocktis21   22 Nov, 2011, 9:18 pm
#2
Es por las celdas, tienes dos de mas, busca en la plantilla Caja del foro/forumbit_depth1_cat.
Shintetsu   22 Nov, 2011, 9:54 pm
#3
<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 />
Ryuuseiken   22 Nov, 2011, 10:03 pm
#4
Deja la plantilla forumdisplay_subforums
nocktis21   22 Nov, 2011, 10:04 pm
#5
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.
Shintetsu   22 Nov, 2011, 10:22 pm
#6
<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 />
nocktis21   22 Nov, 2011, 10:49 pm
#7
Cambia por:
<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 />
Shintetsu   22 Nov, 2011, 11:17 pm
#8
todo por ese codigo?
nocktis21   22 Nov, 2011, 11:42 pm
#9
Si.
______________________
El mensaje es muy corto.
Ryuuseiken   23 Nov, 2011, 11:37 am
#10
Pero en caso de que quiera conservar el .tcat, sería asi:
<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 />
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.