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
Iconos de mensajes y leyenda
Jhophshepht   13 Sep, 2014, 8:05 am
#1
Estimados, tengo otro problema, no me había dado cuenta, pero no aparecen los iconos de tema o las leyendas abajo, al ver este foro u otros de mybb si salen, que puede ser ?

[attachment=2235]
Cluster   13 Sep, 2014, 8:26 am
#2
url de tu foro?,
Jhophshepht   13 Sep, 2014, 8:27 am
#3
ese es http://www.pro-foro.com/
Cluster   13 Sep, 2014, 8:35 am
#4
borraste o no incluiste esta hoja de estilos a tu foro: thread_status.css



crea una nueva hoja de estilo dentro de tu theme con los siguientes datos:

Nombre del archivo: thread_status.css
Adjunto: Archivos específicos
  • usercp.php (globalmente)
  • forumdisplay.php (globalmente)
  • search.php (globalmente)

saludos Smile
Jhophshepht   13 Sep, 2014, 8:42 am
#5
eso lo hago como ?
-voy a estilo
-agregar hoja de estilo
-le pongo el nombre que me dices
-le pongo adjunto a
-pongo lo nombres de archivos específicos y le pongo global ?

después debo llenarlo, con que datos?
Cluster   13 Sep, 2014, 9:02 am
#6
ups, te deje todo menos la hoja >.<



Código PHP:
<?php 
.thread_status {
display: inline-block;
width: 16px;
height: 16px;
background-image: url(images/folders_sprite.png);
background-repeat: no-repeat;
}

.
thread_status.dot_folder {
background-position: 0 0;
}

.
thread_status.dot_hotfolder {
background-position: 0 -20px;
}

.
thread_status.dot_hotlockfolder {
background-position: 0 -40px;
}

.
thread_status.dot_lockfolder {
background-position: 0 -60px;
}

.
thread_status.dot_newfolder {
background-position: 0 -80px;
}

.
thread_status.dot_newhotfolder {
background-position: 0 -100px;
}

.
thread_status.dot_newhotlockfolder {
background-position: 0 -120px;
}

.
thread_status.dot_newlockfolder {
background-position: 0 -140px;
}

.
thread_status.folder {
background-position: 0 -160px;
}

.
thread_status.hotfolder {
background-position: 0 -180px;
}

.
thread_status.hotlockfolder {
background-position: 0 -200px;
}

.
thread_status.lockfolder {
background-position: 0 -220px;
}

.
thread_status.movefolder {
background-position: 0 -240px;
}

.
thread_status.newfolder {
background-position: 0 -260px;
}

.
thread_status.newhotfolder {
background-position: 0 -280px;
}

.
thread_status.newhotlockfolder {
background-position: 0 -300px;
}

.
thread_status.newlockfolder {
background-position: 0 -320px;
}
Jhophshepht   13 Sep, 2014, 10:10 am
#7
uu perfecto, muchas gracias, te pasaste Big Grin
Cluster   13 Sep, 2014, 10:21 am
#8
closed que bien que te sirviera
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.