News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Boton Thank-O-Matic imagen.gif (no Aparece!)

Started by x-jose17-x, July 19, 2010, 12:25:24 AM

Previous topic - Next topic

x-jose17-x



La imagen .gif no aparece Ya hice todo y no logro Hacer que aparesca

Meti todos los . gif busque en el Theme default y movi las imagenes de Thank-O-Matic ala carpeta de mi Theme que uso y las agregue en Themes/TU THEME/images/buttons

y en Themes/TU THEME/images/Admin

E limpiado cache y reinstalado el Mod pero mesigue sin aparecer la imagen solo sale el Texto "Gracias" pero no Aparece la Imagen que va alado.

alguien podria ayudarme decirme que hacer para que aparesca la Imagen .gif

:-\
[nofollow]

DoctorMalboro


x-jose17-x

[nofollow]

DoctorMalboro

Revisaste que la URL de la imágen este bien? la subiste al directorio images de tu theme?

GUNS32


astrokuma

mmmm fijate si aun estan las imagenes en el default, si no subelas de nuevo pero en el tema default

esto es lo que marca el parse del thank-o-matic


/* This are the the Thank-O-Matic Buttons START */
ul.quickbuttons li.thank_you_button
{
background: url(../images/buttons/thank_you_b.gif) no-repeat;
}
ul.quickbuttons li.thank_you_open_button
{
background: url(../images/buttons/thank_you_open.gif) no-repeat;
}
ul.quickbuttons li.thank_you_lock_button
{
background: url(../images/buttons/thank_you_lock.gif) no-repeat;
}
ul.quickbuttons li.thank_you_delete_button
{
background: url(../images/buttons/thank_you_delete.gif) no-repeat;
}
/* This are the the Thank-O-Matic Buttons END */



Fijate si cada una de esas imagenes esta en donde deberia estar

suerte!
Foro: www.bloganime.org/smf
Version SMF: 2.0 RC5
Theme: Soft Cartoon 2.0

chrilow


___Matu___

#7
bueno, lo que tienes q hacer es modificar tu theme para que aparescan las imagenes

./Themes/tu theme/css/index.css

Buscas

ul.quickbuttons li.restore_button
{
background: url(../images/theme/quickbuttons.png) no-repeat 0 -120px;
}


Añadir despues

/* This are the the Thank-O-Matic Buttons START */
ul.quickbuttons li.thank_you_button
{
background: url(../images/buttons/thank_you_b.gif) no-repeat;
}
ul.quickbuttons li.thank_you_open_button
{
background: url(../images/buttons/thank_you_open.gif) no-repeat;
}
ul.quickbuttons li.thank_you_lock_button
{
background: url(../images/buttons/thank_you_lock.gif) no-repeat;
}
ul.quickbuttons li.thank_you_delete_button
{
background: url(../images/buttons/thank_you_delete.gif) no-repeat;
}
/* This are the the Thank-O-Matic Buttons END */

Sum41

Yo digo que como todos a los que le pasa esto es que no tienen bien la ruta, VERIFICA BIEN !

HotJoint

No tiene bien la ruta o, en ocasiones, hay mods que buscan sus imágenes en carpetas con el nombre del idioma. Por ejemplo, las imágenes de ciertos mods deben estar dentro de:

themes/images/spanish_latin-utf8

Claro si tu idioma es el Español Latino UTF8. Verifica eso

Advertisement: