Página 1 de 2

¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 01:12
por zxcv123147
Hola a todos gracias por la ayuda en el tema anterior que cree espero le sirva a alguien y ahora tengo una pregunta si me pueden ayudar como puedo cambiar esto
./ucp.php?mode=login" class="headerspace">
sale debajo dede todo se ve a simple vista y solo se ve si no estas registrado como usuario `pero no se como solucionarlo gracias por su ayuda

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 03:32
por Alorse
yo no lo veo :?
Pudiste solucionarlo?

Re: ¿Por que me sale esto casi al final de mi pagina?  Tema Solucionado

Publicado: 01 Oct 2010, 04:44
por leviatan21
Lo que está mal es este código al final del archivo raíz/styles/redsteel/template/overall_footer.html:

Código: Seleccionar todo

</body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Website Analytics Code -->
 <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>
 <noscript>
 <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" border="0"></a>
 </noscript>
 <!-- End of Website Analytics Code -->
</div></div>
</html>
Si no es tuyo directamente reemplazalo por :

Código: Seleccionar todo

</body>
</html>  

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 05:55
por zxcv123147
Bueno gracias a sus respuestas a ambos pero cree 2 categorias mas y el error desapercio XD
y aca dejo el codigo del final de mi overall_footer.html
pero sale con cuadraditos aca se borraron esos cuadraditos no se por que :P
por cierto lamento la respuesta tardia.
------------
Ahora mismo creo otro tema para otra duda
-------------

Código: Seleccionar todo

<!-- ENDIF -->
</div>

</body>
</html>

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 06:20
por leviatan21
zxcv123147 escribió:Bueno gracias a sus respuestas a ambos pero cree 2 categorias mas y el error desapercio XD
y aca dejo el codigo del final de mi overall_footer.html
pero sale con cuadraditos aca se borraron esos cuadraditos no se por que :P
por cierto lamento la respuesta tardia.
------------
Ahora mismo creo otro tema para otra duda
-------------

Código: Seleccionar todo

<!-- ENDIF -->
</div>

</body>
</html>
Al menos en tu servidor ese no es el final de tu overall_footer.html quizás el que tienes en tu PC no es el mismo.

Y el error aparece en otras partes también ;)

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 20:48
por zxcv123147
Tiens razon el error aparece ahora cuando me desconecto en la parte donde se introduce algo para buscar XD
y al lado izqiuerdo aca te dejo mi codigo para que por favor lo revises y me digas que esta mal.
Spoiler

Código: Seleccionar todo

    <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> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- 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"><strong>Powered by </strong><a href="http://www.phpbb.com/" title="Visit phpBB.com">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
       <br />Desighn <strong>redsteel</strong> by <a href="http://phpbbstylesandgraphics/phpbbstyles/index.php" title="Visit phpbb styles and graphics.com"><strong>phpbb styles and graphics.com</strong></a> &copy; MX
          <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
          <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --><br />
          <!-- 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>

</body>
</html>

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 21:33
por leviatan21
No hace falta tu archivo, lo puedo leer directamente de tu servidor y por se que no es el mismo que el que muestras, :mrgreen:

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 22:45
por zxcv123147
Que raro lo acabo de descargar por FTP bueno y como le podria dar solucion o no se puede :P

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 22:51
por leviatan21
si miras el código fuente de este enlace : tu overall_footer.html verás a que al final está el código al que hago referencia

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 23:14
por zxcv123147
ya lo vi pero lo compare con el codigo que pege y si es parecido solo que ese enlace que tu me pones que es el de mi foro solo aparece los codigos de el comienzo.
PEro soy algo torpe y no entiendo ahora como lo arreglo? :ops

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 01 Oct 2010, 23:29
por leviatan21
Tu has dicho que ese código no es tuyo y para sacarlo, la respuesta la escribí antes
Sólo asegurate de que tus archivos y los del servidor sean los mismos 8)

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 02 Oct 2010, 00:03
por zxcv123147
No puedo editarla descargo mediante FTP ese archivo que me dices lo abro y sale lo mismo que te puse en el codigo el cual es este

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> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- 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"><strong>Powered by </strong><a href="http://www.phpbb.com/" title="Visit phpBB.com">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
       <br />Desighn <strong>redsteel</strong> by <a href="http://phpbbstylesandgraphics/phpbbstyles/index.php" title="Visit phpbb styles and graphics.com"><strong>phpbb styles and graphics.com</strong></a> &copy; MX
          <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
          <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --><br />
          <!-- 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>

</body>
</html>
Pero tu dices que le agrege

Código: Seleccionar todo

</body>
</html>
pero si te fijas ya lo tiene la verdad no se como editarlo o que mas hacerle para que cuando me desconecto no salga en la pantalla

Buscar" type="submit" />
ni tampoco <div stile

Ahora despues de cree las 2 categorias aparece recien este erro no entiendo por que, y solo se ven cuando el usuario se desconecta

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 02 Oct 2010, 05:25
por leviatan21
Pues se está poniendo cada vez peor, ahora ese código mal colocado aparece 3 veces, mejor habla con tu proveedor de hosting, quizás es algo que agregan ellos :

Código: Seleccionar todo

</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Website Analytics Code -->
 <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>
 <noscript>
 <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" border="0"></a>
 </noscript>
 <!-- End of Website Analytics Code -->
</div></div>
</html>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">

<!-- Website Analytics Code -->
 <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>
 <noscript>
 <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" border="0"></a>
 </noscript>
 <!-- End of Website Analytics Code -->
</div></div>
</body>
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Website Analytics Code -->
 <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script>

 <noscript>
 <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" border="0"></a>
 </noscript>
 <!-- End of Website Analytics Code -->
</div></div>
Aparte de eso, no hay otro error html

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 02 Oct 2010, 20:21
por zxcv123147
wow si ya intente reeplazarlo haber fijate, bueno mi proveedor esta en ingles, podrias solucionarlo tu si accedes a mi panel de administrador?

Re: ¿Por que me sale esto casi al final de mi pagina?

Publicado: 02 Oct 2010, 21:46
por leviatan21
Ahora sólo aparece 2 veces,

si tu no puedes hacerlo, menos voy a poder yo :oops: