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
¿Cómo poner el footer redondeado?
Páginas (4):    1 2 3 4   
nentab   29 Oct, 2010, 5:09 am
#21
Prueba con esto a ver...

Código:
<br />
            <div class="bottommenu">
                <div class="float_right">{$lang_select}</div>
                <div>
                    <span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
                </div>
            </div>
            </div>
        <hr class="hidden" />
            <div id="copyright">
                <div id="debug"><debugstuff></div>
                <!-- MyBB is free software developed and maintained by a volunteer community.
                     It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
                     to show your support for MyBB.  If you choose to remove or modify the copyright below,
                     you may be refused support on the MyBB Community Forums.
                    
                     This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.  <a href="http://www.soportemybb.com/" target="_blank" title="Soporte MyBB"><b>Soporte MyBB</b></a>
<br />
Web creada por David "Hopper" Jimenez.

                <!-- End powered by -->
                <br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
        </div>
        </div>
</div>
<div id="shadow_abajo"></div>
Última modificación: 29 Oct, 2010, 5:15 am por Cluster.
Hopper   29 Oct, 2010, 5:20 am
#22
Sigue sin funcionar... www.overload.es xD
nentab   29 Oct, 2010, 5:21 am
#23
Vale... Acabo de ver tu global.css y estoy casi seguro de que es de eso, porque no está como te lo puse antes... xDD

Quita el que tienes y pon este:

Código:
div#shadow {
  position: relative;
  background: url(http://www.mybb.com/assets/images/shadow.png) top left repeat-y;
  width: 980px;
  margin: auto auto;
  height: auto;
}

div#shadow_abajo {
  background: url(http://www.mybb.com/assets/images/shadow_footer.png) top left no-repeat;
  width: 980px;
  height: 30px;
  margin: auto auto;
}
Maxii_mybb_import8095   29 Oct, 2010, 5:22 am
#24
(29 Oct, 2010, 5:03 am)Phoenix escribió: Cambia de lugar el <div id="shadow_abajo"></div>, ponlo exactamente despues del <!-- End powered by -->
Probaste eso?
Hopper   29 Oct, 2010, 5:23 am
#25
Nada tio, es un codigo rebelde, sigue saliendo hacia abajo xD
wsoulrc   29 Oct, 2010, 5:46 am
#26
prueba con este css
margin: 0px;
position: absolut;
nentab   29 Oct, 2010, 6:20 am
#27
Vale... Creo que ya encontré el problema... El problema no esta en el footer, sino en la cabecera, porque no cerraste el div del header. Dejas el global.css y footer como te los puse yo antes y vas a la cabecera y haces esto:

Antes de:
Código:
        <hr class="hidden" />
        <br class="clear" />
        <div id="content">

Añades un </div>.
Última modificación: 29 Oct, 2010, 6:21 am por Cluster.
Night~   29 Oct, 2010, 9:36 am
#28
pon en container algo como height: 80%; o algo asi aver que pasa
Hopper   30 Oct, 2010, 4:29 am
#29
Nada, te paso mi header.
Código:
<div id="toppanel">
<div class="menu_mine">
<a href="http://overload.es/index.php" class="logo_mine" alt="OverLoad"></a>
<ul class="toppanel_menu">
            <li><a href="http://overload.es/portal.php">Portal</a></li>
            <li><a href="http://overload.es/index.php">Foro</a></li>
            <li><a href="http://overload.es/donate.php">Donar</a></li>
        </ul>
</div>
</div>
</div>
<div id="shadow">
<br>

<div id="container">
        <a name="top" id="top"></a>
<div id="header">

        


        
        <hr class="hidden" />
            <div id="panel">
                {$welcomeblock}
        
        </div><hr class="hidden" />
        </div><br class="clear" />
        </div><div id="content">
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}<!-- ProfileComments -->
            {$commentalert}<!-- /ProfileComments -->
            {$pending_joinrequests}
            



<style type="text/css">
.announcement {
padding:3px;width:98%;margin:10px auto;text-align:center;color:black;
}

.announcement a {
color:black;
}

.a1 {
background:#fff6bf url(images/gloss1.png) repeat-x bottom left;border:1px solid #fcda52
}

.a2 {
background:#e1edba url(images/gloss2.png) repeat-x bottom left;border:1px solid #a9cd60
}

.a3 {
background:#bfd5ea url(images/gloss3.png) repeat-x bottom left;border:1px solid #2b6f9c
}

.roundB {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.roundBtop {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.roundM {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
</style>
nentab   30 Oct, 2010, 4:43 am
#30
Pon eso, tienes el header con muchas cosas sin cerrar :S

Código:
<div id="toppanel">
<div class="menu_mine">
<a href="http://overload.es/index.php" class="logo_mine" alt="OverLoad"></a>
<ul class="toppanel_menu">
            <li><a href="http://overload.es/portal.php">Portal</a></li>
            <li><a href="http://overload.es/index.php">Foro</a></li>
            <li><a href="http://overload.es/donate.php">Donar</a></li>
        </ul>
</div>
</div>
</div>
<div id="shadow">
<br>

<div id="container">
        <a name="top" id="top"></a>
<div id="header">

        


        
        <hr class="hidden" />
            <div id="panel">
                {$welcomeblock}
</div>
            </div>
</div>
        <hr class="hidden" />
        <br class="clear" />
        <div id="content">
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}<!-- ProfileComments -->
            {$commentalert}<!-- /ProfileComments -->
            {$pending_joinrequests}
            



<style type="text/css">
.announcement {
padding:3px;width:98%;margin:10px auto;text-align:center;color:black;
}

.announcement a {
color:black;
}

.a1 {
background:#fff6bf url(images/gloss1.png) repeat-x bottom left;border:1px solid #fcda52
}

.a2 {
background:#e1edba url(images/gloss2.png) repeat-x bottom left;border:1px solid #a9cd60
}

.a3 {
background:#bfd5ea url(images/gloss3.png) repeat-x bottom left;border:1px solid #2b6f9c
}

.roundB {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.roundBtop {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.roundM {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
</style>

Y el container del css por este:

Código:
#container {
    width: 900px;
    height: auto;
    background: #fff;
    border: 1px solid #878787;
    border-top: 0;
    border-bottom: 0;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    position: relative;
    text-align: left; /* IE 5 fix */
    padding: 12px;
}
Última modificación: 30 Oct, 2010, 5:16 am por Cluster.
Páginas (4):    1 2 3 4   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.