Página 2 de 2
MOD ReIMG.
Publicado: 28 Mar 2011, 17:44
por doserale
MOD ReIMG.
Publicado: 28 Mar 2011, 18:17
por exau
Pues aún no está del todo resuelto, parece que también se ha modificado el overall_footer.html, porque no se ven los bordes abajo, lo que indicaría que faltan los cierres de los div incluídos arriba. ¿Podrías mostrar el contenido de tu overall_footer.html solo para cerciorarnos que no falten?
Saludos,
MOD ReIMG.
Publicado: 31 Mar 2011, 17:11
por doserale
exau escribió:Pues aún no está del todo resuelto, parece que también se ha modificado el overall_footer.html, porque no se ven los bordes abajo, lo que indicaría que faltan los cierres de los div incluídos arriba. ¿Podrías mostrar el contenido de tu overall_footer.html solo para cerciorarnos que no falten?
Saludos,
Hola exau, perdon por responder tarde. Te dejo el codigo del archivo que me solitas.
Código: Seleccionar todo
</div>
<div id="page-footer">
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist">
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF -->{S_TIMEZONE}</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>
</div>
</div>
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
<!-- IF S_REIMG -->
<script type="text/javascript">
if (window.reimg_version)
{
reimg_loading("{REIMG_LOADING_IMG_SRC}");
}
</script>
<!-- ENDIF -->
</body>
</html>
Re: MOD ReIMG.
Publicado: 31 Mar 2011, 19:24
por exau
Pues sí, faltan muchas etiquetas de cierre. Haz la siguiente modificación en tu overall_footer.html
Buscar:
Código: Seleccionar todo
<span class="corners-bottom"><span></span></span></div>
</div>
Serían las líneas número 19 y 20 respectivamente. Agrega en la siguiente línea (la número 21):
Código: Seleccionar todo
</div>
</div>
<div class="border-bottom"><span><span></span></span></div>
</div></div></div></div></div>
</div>
Guarda los cambios, actualiza elementos de plantilla en estilos, limpia caché en el ACP y comenta resultados.
Saludos,
MOD ReIMG.
Publicado: 31 Mar 2011, 20:32
por doserale
He realizado lo que comentas, pero no veo ningun cambio. tedejo el codigo ver si hice lo correcto.
Código: Seleccionar todo
</div>
<div id="page-footer">
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist">
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF -->{S_TIMEZONE}</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
</div>
<div class="border-bottom"><span><span></span></span></div>
</div></div></div></div></div>
</div>
<!--
We request you retain the full copyright notice below including the link to http://www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to http://www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>
</div>
</div>
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
<!-- IF S_REIMG -->
<script type="text/javascript">
if (window.reimg_version)
{
reimg_loading("{REIMG_LOADING_IMG_SRC}");
}
</script>
<!-- ENDIF -->
</body>
</html>
Re: MOD ReIMG.
Publicado: 01 Abr 2011, 00:09
por exau
Pues yo lo veo bien, no sé porqué tú no lo visualizas así...
MOD ReIMG.
Publicado: 01 Abr 2011, 00:50
por doserale
Ya me quede con la duda. A ver tedejo una imagen y me puedas comentar al respecto que es lo que tenia que cambiar con el último arreglo que me mandaste.
Muchas gracias por tu apoyo.
Re: MOD ReIMG.
Publicado: 01 Abr 2011, 01:11
por exau
Las esquinas del wrap solamente, lo que tienes marcado en la imagen se mantiene así. Antes de la modificación que te sugerí al footer no tenía las esquinas redondeadas como las tiene ahora, sino que estaban 100% cuadradas. Ahora se ven iguales que las esquinas superiores y ese fue el arreglo que buscaba.
Por cierto, si el problema con el Mod ya fue resuelto, marca el tema como solucionado...
Saludos,
MOD ReIMG. Tema Solucionado
Publicado: 01 Abr 2011, 01:19
por doserale
Si, el problema con el MOD es ta arreglado. Por tu ayuda te agrezco. Nadas una duda el último arreglo que me enviaste que tenia que solucioner en la vista del foro ya que no se para que fue la insercion del codigo que me mandaste.

Re: MOD ReIMG.
Publicado: 01 Abr 2011, 01:58
por doserale
Gracias, ya, ya me cayo el veinte, a lo que me refiero es que ya entendi a lo que te refieres, de las Esquinas. Nuevamente gracias.
Saludos.