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
Dudas perfil
ZaWoK   4 Sep, 2010, 11:30 am
#1
Versión: MyBB 1.6
Actualización: 1.4.13
http://bytegames.cz.cc/foros/

1. http://bytegames.cz.cc/foros/member.php?...le&uid=317

Como puedo cambiar el tamaño de la imagen para que en todos los perfiles no supere un máximo o se redimimensione?

2. http://bytegames.cz.cc/foros/member.php?...le&uid=317

En un perfil si un usuario no tiene firma:
Si pulsas en las pestañas se van de arriba a bajo (algunas no).

Cual sería el problema? ya que con usuarios con firma (http://bytegames.cz.cc/foros/member.php?...file&uid=1 ) no sucede.
Gypaete   4 Sep, 2010, 11:41 am
#2
1. quita los permisos xDD
2.Restaura ,el tuto de Erokenji
creo que tu problema es el tabcontent.js si no estoy mal Tongue
ZaWoK   4 Sep, 2010, 11:49 am
#3
Permisos deshabilitados.
Gypaete   4 Sep, 2010, 11:56 am
#4
Mmm ,resube el tabcontent y pon aqui tu usertabs.css
ZaWoK   6 Sep, 2010, 2:28 am
#5
Código:
.usertabs {

margin-left: 0;

margin-top: 1px;

margin-bottom: 0;

list-style-type: none;

text-align: left;



font-size: 11px;

}



.usertabs ul {

margin: 0;

padding: 0;

}



.usertabs li {

display: inline;

margin: 0;

}



.usertabs li a {

background: #676767;

color: #FFFFFF;

position: relative;

z-index: 1;

border: 1px solid #939FAE;

border-bottom: 0;

padding: 8px;



text-decoration: none;

}



.usertabs li a:visited {

color: #2d2d2d;

text-decoration: none;

}



.usertabs li a:hover {

color: #FFFFFF;

text-decoration: none;

}



.usertabs li a.selected {

background: #303B4A;

color: #fff;

border-color: #262D35;

}



.usertabs li a.selected:hover {

text-decoration: none;

}



.tabcontent {

background: #FBFCFF;

display: none;

padding: 5px;

border: 1px solid #999;

margin-top: 7px;

}



.box-thing {

background: #f7f7f7;

border: 1px solid #8e8e8e;

padding: 8px;

}



@

media print {

.tabcontent {

display:block !important;

}





}
Gypaete   6 Sep, 2010, 4:28 am
#6
Código:
.usertabs {
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
    
    font-size: 11px;
}

.usertabs ul {
margin: 0;
padding: 0;
}

.usertabs li {
display: inline;
margin: 0;
}

.usertabs li a {
background: #676767;
color: #FFFFFF;
position: relative;
z-index: 1;
border: 1px solid #939FAE;
border-bottom: 0;
padding: 8px;
text-decoration: none;
}

.usertabs li a:hover {
color: #FFFFFF;
text-decoration: none;
}

.usertabs li a.selected {
color: url (http://bytegames.cz.cc/foros/images/simplegrey/thead_bg.png);
border: 0px solid #000;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
color: #fff;
}

.usertabs li a.selected:hover {
text-decoration: none;
}

.tabcontent {
background: #FBFCFF;
display: none;
padding: 5px;
border: 1px solid #999;
margin-top: 7px;
}

.box-thing {
background: #f7f7f7;
border: 1px solid #8e8e8e;
padding: 8px;
}
@
media print {
.tabcontent {
display:block !important;
}
}

te he cambiado un poco el css ,y ya sé cual es tu error ,pon aquí tu plantilla ,de member_profile WinkSmile
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.