[Ayuda]  como hago que se acomoden donde deben?
Instale este plugin en mi foro http://www.mybb-es.com/hilo-plugin-forums-icons el cual tiene el theme fortress de leandro y quedo asi: Se me movi...

Instale este plugin en mi foro http://www.mybb-es.com/hilo-plugin-forums-icons

el cual tiene el theme fortress de leandro y quedo asi:
[Imagen: 5e5b83defb466bb3e88c6d7a8978eef3.png]

Se me movieron los contadores de temas y demas ._. y no se como arreglar eso en el tcat T__T, ayuda
Última modificación: 29 Oct, 2012, 5:26 am por Sniffer.
Deberás revertir las plantillas creo yo, puedes pedir ayuda en el tema del estilo.
{SIGNATURE_IMAGE}
T_T ayudame Omar G T__T ayudame
sustituye el contenido de forumbit_depth1_cat por el siguiente código (haz copia de seguridad por si las moscas)

Código:
<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="3"><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 />
Última modificación: 29 Oct, 2012, 8:23 am por Z-Blue.
(29 Oct, 2012, 8:22 am)papi escribió: sustituye el contenido de forumbit_depth1_cat por el siguiente código (haz copia de seguridad por si las moscas)

Código:
<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="3"><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 />

Papi, despues de ese codigo me queda asi:
http://s2.subirimagenes.com/imagen/previ...allazo.png
que raro, mira en el global.css a ver como tienes la resolucion y si la tienes en px ponla en %
(29 Oct, 2012, 9:19 am)papi escribió: que raro, mira en el global.css a ver como tienes la resolucion y si la tienes en px ponla en %

de echo, esta es una computadora "XO" del plan ceibal uruguayo su resolucion es muy pequeña "por eso use valores relativos y no absolutos %"

te paso mi codigo actual.. para ver que se le puede hacer ._.
[Imagen: 531094_134558096692038_471663991_n.jpg]


Cita:<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="3"><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_posts}</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="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
loo raro es que a mi ese codigo se me ve bien a ver si los compañeros saben qué hacer ya uqe no se me ocurre nada
En tu código de arriba, intenta cambiando:
Código:
<td class="thead" colspan="6">

Código:
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

Cambia el "colspan" a valores que se acomoden, deberás ver que numero queda en cada linea.
{SIGNATURE_IMAGE}
(29 Oct, 2012, 12:18 pm)Omar G. escribió: En tu código de arriba, intenta cambiando:
Código:
<td class="thead" colspan="6">

Código:
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

Cambia el "colspan" a valores que se acomoden, deberás ver que numero queda en cada linea.

eso me agranda el tcat T__T