Páginas (3):    1 2 3   
Tozja   31 Jan, 2011, 4:13 pm
#11
¿Alguna de idea de mi problema?
SergioM   1 Feb, 2011, 1:36 am
#12
Parece ser que tu problema no esta en la plantilla que dijeron, sino en la forumbit_depth2_forum

Tienes un td repetido, el cual esta haciendo que haya una columna del encabezado demás.

En esa plantilla, busca un td que diga algo asi:
<td class="tcat" width="2%">

Seleccionalo hasta donde termina ese td y guarda el cambio, no se que haya de por medio pero si me parece que se repite.

Si es posible pon esa plantilla aqui para editarla si necesitas ayuda o quieres asegurar el cambio.
Tozja   1 Feb, 2011, 11:19 am
#13
forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="Forum_Icons/{$forum['icon']}" alt="{$forum['name']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="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>

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" 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 />
SergioM   1 Feb, 2011, 11:54 am
#14
Perdon, puse forum, es el cat, pero el 2do.
forumbit_depth2_cat
Tozja   1 Feb, 2011, 2:12 pm
#15
forumbit_depth2_cat:


forumbit_depth1_cat:
SergioM   1 Feb, 2011, 7:17 pm
#16
Que raro... todas esas las plantillas estan bien....

Lo ultimo que se me ocurre es en la plantilla de forumdisplay_subforums...
Tozja   1 Feb, 2011, 7:32 pm
#17
forumdisplay_subforums:
Maxii_mybb_import8095   1 Feb, 2011, 8:32 pm
#18
forumdisplay_threadlist
Tozja   1 Feb, 2011, 8:54 pm
#19
(1 Feb, 2011, 8:32 pm)Maxii escribió: forumdisplay_threadlist

forumdisplay_threadlist:


Se supone que vos eres la mente maestra detras de tu tema.
Última modificación: 1 Feb, 2011, 8:55 pm por ArmyZ.
nentab   2 Feb, 2011, 1:26 am
#20
Prueba a dejar el forumdisplay_subforums así:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<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 />
Páginas (3):    1 2 3   
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.