Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Ancho en la lista de hilos
Páginas (2):    1 2
Glas   16 Aug, 2011, 11:56 am
#11
Listo Big Grin
ahi esta activado
Omar G.   16 Aug, 2011, 12:22 pm
#12
Ok, el tema que usas usa table dentro de la table del foro, pasa tu forumdisplay_subforums y forumbit_depth1_cat para acomodarlos por favor.
Glas   16 Aug, 2011, 1:56 pm
#13
forumbit_depth1_cat

Código:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder index-table">
<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><span class="smalltext forum-desc">{$forum['description']}</span></div>
</td>
</tr>
</thead>
<tr><td class="no-padding">
<table border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr><td>
<table border="0" cellspacing="7" cellpadding="0" style="width: 100%;">
{$sub_forums}
</table>
</td></tr>
</tbody>
</table>
</td></tr>
</table>
<br />
forumdisplay_subforums
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%">&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"><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 />
Omar G.   16 Aug, 2011, 2:27 pm
#14
Intenta este:

forumdisplay_subforums
Código:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder index-table">
<tr>
<td class="thead" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
{$forums}
</table>
<br />

Ve a tu UCP bajo suscripciones de foros para ver si se ve bien esa pagina, puede verse distinta.
Glas   16 Aug, 2011, 2:53 pm
#15
las subscripciones se ven bien
el forumdisplay se ve un poco raro, revisalo ahora

http://www.beatdj.net/foros/Forum-Otros
Omar G.   16 Aug, 2011, 2:59 pm
#16
^Intenta de nuevo, ya cambie el código en mi mensaje anterior Smile
Glas   16 Aug, 2011, 6:31 pm
#17
Ahi quedo bien, Gracias sama, eres un master!
Omar G.   16 Aug, 2011, 6:45 pm
#18
De nada Big Grin

Y solo recuerda remover los comentarios para que sea mas difícil de que copeen tu plantilla Wink
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.