Bewan   6 Feb, 2013, 4:27 pm
#1
DarkFinder   6 Feb, 2013, 4:32 pm
#2
Pasa tu plantilla forumbit_depth1_cat
Bewan   6 Feb, 2013, 4:35 pm
#3
Aquí la tienes Smile:

forumbit_depth1_cat
<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"></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="140" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Estadísticas</strong></span></td>
<td class="tcat" width="200" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
DarkFinder   6 Feb, 2013, 4:40 pm
#4
Prueba con esto Big Grin

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<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"></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="140" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Estadísticas</strong></span></td>
<td class="tcat" width="200" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br /> 
Última modificación: 6 Feb, 2013, 4:41 pm por cuperd1934.
Bewan   6 Feb, 2013, 4:45 pm
#5
Solucionado, xD
Una maquina, +Reputacion

Muchas Gracias!
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.