Páginas (2): 1 2   
progold   10 Jun, 2013, 6:00 pm
#1
Hola bueno disculpen si realizo post similar a uno que hice anteriormente mi dudo es que realice los mismos pasos con un tema distinto, anteriormente con el tema "Nesil" andaba bien pero con este tema "Apart Leaf", que lo pueden encontrar aquí: http://mods.mybb.com/view/apart-leaf

todo se me deformo seguí los mismos pasos del anterior tema, pero no pude dar con la solución tal ves alguien que me brinde apoyo:

el foro es este: http://peslatino.hol.es/

Sise dan cuenta tengo este problema; dejo una previa:


por el otro lado en esta parte: http://peslatino.hol.es/forumdisplay.php?fid=2

Tengo este problema similar a esta imagen:


Les agradecería toda su ayuda por favor.... Big Grin
Finer   10 Jun, 2013, 6:15 pm
#2
Busca este css que me salta con el firebug y borralo

.thead, .rounded_top {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

[Imagen: tumblr_nj9sv13aff1tga1sco4_r1_500.gif]
angeluz   10 Jun, 2013, 6:28 pm
#3
En tu global.css busca .thead .rounded_top
Y borralo C;

Lo segundo:
en tu plantilla forumbit_depth2_forum
cambialo así
<td class="trow1" width="80%" valign="top" style="white-space: nowrap;">
En la segunda td C;

Adiós
progold   10 Jun, 2013, 6:28 pm
#4
(10 Jun, 2013, 6:15 pm)Finer escribió: Busca este css que me salta con el firebug y borralo

.thead, .rounded_top {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

No encuentro eso en el global.css
- - - Actualizado - - -
(10 Jun, 2013, 6:28 pm)angeluz escribió: En tu global.css busca .thead .rounded_top
Y borralo C;

Lo segundo:
en tu plantilla forumbit_depth2_forum
cambialo así
<td class="trow1" width="80%" valign="top" style="white-space: nowrap;">
En la segunda td C;

Adiós

Exactamente en donde amigo te dejo mi plantilla...

<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><a title="{$forum['name']}" href="{$forum_url}"><img src="Forum_Icons/{$forum['icon']}" width="45" height="45" alt="{$forum['name']}" /></a></td>
<td class="{$bgcolor}" valign="top">
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /> <strong><a title="{$forum['name']}" href="{$forum_url}">{$forum['name']}</a></strong><div style="float:right;padding:5px;"><a href="newthread.php?fid={$forum['fid']}" title="Abrir un tema nuevo en el foro {$forum['name']}"><img src="images/cnti.png" alt="Nuevo Tema" /></a></div> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$threads}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_threads}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="center" width="50" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$posts}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_posts}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Última modificación: 10 Jun, 2013, 6:33 pm por dejuanito.
angeluz   10 Jun, 2013, 6:42 pm
#5
Copía y pega esto:
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><a title="{$forum['name']}" href="{$forum_url}"><img src="Forum_Icons/{$forum['icon']}" width="45" height="45" alt="{$forum['name']}" /></a></td>
<td class="trow1" width="80%" valign="top" style="white-space: nowrap;">
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /> <strong><a title="{$forum['name']}" href="{$forum_url}">{$forum['name']}</a></strong><div style="float:right;padding:5px;"><a href="newthread.php?fid={$forum['fid']}" title="Abrir un tema nuevo en el foro {$forum['name']}"><img src="images/cnti.png" alt="Nuevo Tema" /></a></div> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$threads}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_threads}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="center" width="50" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$posts}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_posts}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr> 

Lo otro ya quedo???

Adiós
progold   10 Jun, 2013, 6:52 pm
#6
(10 Jun, 2013, 6:42 pm)angeluz escribió: Copía y pega esto:
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><a title="{$forum['name']}" href="{$forum_url}"><img src="Forum_Icons/{$forum['icon']}" width="45" height="45" alt="{$forum['name']}" /></a></td>
<td class="trow1" width="80%" valign="top" style="white-space: nowrap;">
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /> <strong><a title="{$forum['name']}" href="{$forum_url}">{$forum['name']}</a></strong><div style="float:right;padding:5px;"><a href="newthread.php?fid={$forum['fid']}" title="Abrir un tema nuevo en el foro {$forum['name']}"><img src="images/cnti.png" alt="Nuevo Tema" /></a></div> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$threads}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_threads}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="center" width="50" style="white-space: nowrap">
<div style="color: #7D7D7D; font-size: 16px;"><strong>{$posts}</strong></div>
<span style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><strong>{$lang->forumbit_posts}</strong></span>
</td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr> 

Lo otro ya quedo???

Adiós

Si amigo lo otro ya esta pero ahora puse tu código y mira como se ve ahora...

http://peslatino.hol.es/forumdisplay.php?fid=2

pero fíjate en la primera pagina como se deformo los bloques :O

http://peslatino.hol.es/index.php
handshake   11 Jun, 2013, 1:10 am
#7
dirigete:
plantillas->Elige la plantilla que usas->Mostrar foro->forumdisplay_subforums

dentro de forumdisplay_subforums busca algo parecido a esto

<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="2%">&nbsp;</td>

Ahora elimina cualquiera de esos dos que estan repetidos.
te quedara solo 1
<td class="tcat" width="2%">&nbsp;</td>

y listo
Última modificación: 11 Jun, 2013, 1:12 am por generationcs.
victoryfany   11 Jun, 2013, 9:02 am
#8
se exedio tu limite :/
papi   11 Jun, 2013, 12:04 pm
#9
(11 Jun, 2013, 9:02 am)victoryfany escribió: se exedio tu limite :/
amigo ¿a que te refieres? Por favor no postees por el hecho de postear porque si no deberemos tratarte como a un spammer
handshake   11 Jun, 2013, 2:26 pm
#10
Yo vi que tu foro no tenia muchas visistas simultaneas y asi exedio el uso del CPU xD.
Que malo es ese hosting xD
Última modificación: 11 Jun, 2013, 2:29 pm por generationcs.
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.