<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1">
<img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" title="{$forum['name']}" alt="{$forum['name']}"/>
</td>
<td class="{$bgcolor}" valign="top"><strong>
<a href="{$forum_url}">{$forum['name']}</a>
</strong>{$forum_viewers_text}<divclass="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr><tr>
<td class="{$bgcolor}" align="center" valign="top" 
width="1"><img src="images/nesil/ficons/icon_{$forum['fid']}.png" 
title="{$forum['name']}"/></td>
<td class="{$bgcolor}" valign="middle"><img 
src="images/nesil/ficons/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" 
title="{$lightbulb['altonoff']}" class="ajax_mark_read" 
id="mark_read_{$forum['fid']}" /> <strong><a 
href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div
 
class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} smalltext" valign="middle" align="center" 
style="white-space: nowrap"><strong>{$threads}</strong> 
{$unapproved['unapproved_threads']} {$lang->forumbit_threads}<br 
/><strong>{$posts}</strong> 
{$unapproved['unapproved_posts']} 
{$lang->forumbit_posts}</span></td>
<td class="{$bgcolor}" valign="middle" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br /><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
 <thead>
 <tr>
 <td class="thead" colspan="5">
 <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
 <div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
 </td>
 </tr>
 </thead>
 <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
 <tr>
 <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
 <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Mensajes y Temas</strong></span></td>
 <td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
 </tr>
 {$sub_forums}
 </tbody>
 </table>
 <br />(27 Mar, 2012, 5:59 am)Rikio escribió: Cambia tu plantilla forumbit_depth1_cat, la última plantilla que nos diste por esto:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> <tr> <td class="thead" colspan="5"> <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> <div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div> </td> </tr> </thead> <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> <tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td> <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Mensajes y Temas</strong></span></td> <td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td> </tr> {$sub_forums} </tbody> </table> <br />