Iconos de mensajes y leyenda
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 s...

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]
url de tu foro?,
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
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?
ups, te deje todo menos la hoja >.<



Código PHP:
.thread_status {
    
displayinline-block;
    
width16px;
    
height16px;
    
background-imageurl(images/folders_sprite.png);
    
background-repeatno-repeat;
}

.
thread_status.dot_folder {
    
background-position0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.
thread_status.newlockfolder {
    
background-position-320px;

uu perfecto, muchas gracias, te pasaste Big Grin
closed que bien que te sirviera
Tema cerrado