Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

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
como hago que se acomoden donde deben?
Páginas (2): 1 2   
Sniffer   28 Oct, 2012, 3:37 pm
#1
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.
Omar G.   28 Oct, 2012, 9:43 pm
#2
Deberás revertir las plantillas creo yo, puedes pedir ayuda en el tema del estilo.
Sniffer   29 Oct, 2012, 5:26 am
#3
T_T ayudame Omar G T__T ayudame
papi   29 Oct, 2012, 8:22 am
#4
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.
Sniffer   29 Oct, 2012, 8:36 am
#5
(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
papi   29 Oct, 2012, 9:19 am
#6
que raro, mira en el global.css a ver como tienes la resolucion y si la tienes en px ponla en %
Sniffer   29 Oct, 2012, 9:39 am
#7
(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 />
papi   29 Oct, 2012, 11:04 am
#8
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
Omar G.   29 Oct, 2012, 12:18 pm
#9
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.
Sniffer   29 Oct, 2012, 12:31 pm
#10
(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
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.