
pues sucede que este otro mod no sale en el topic, el icono para dar gracias. es en el foro La Comunidad
todo ya esta bien instalado, y en prosilver todo funciona menos en este estilo
este es el enlace del mod:
http://www.phpbb-es.com/foro/mensaje154 ... ks#p154950
y pues no se como poner esto, y creo que por eso no sale el icono:
Open: styles/prosilver/theme/buttons.css
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
.sitehome,
Tip: This is a partial match of a line for in-line operations.
Código: Seleccionar todo
.sitehome,
Código: Seleccionar todo
.icon-thanks, .icon-thanks_toplist,
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
/* Set profile icon dimensions */
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Código: Seleccionar todo
ul.profile-icons li.thanks-icon { width: {IMG_THANKPOSTS_WIDTH}px; height: {IMG_THANKPOSTS_HEIGHT}px; }
ul.profile-icons li.removethanks-icon { width: {IMG_REMOVETHANKS_WIDTH}px; height: {IMG_REMOVETHANKS_HEIGHT}px; }
Find
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
.icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Código: Seleccionar todo
.icon-thanks { background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }
.icon-thanks_toplist { background-image: url("{T_THEME_PATH}/images/icon_thanks_toplist.gif"); }
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
/* Moderator icons */
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Código: Seleccionar todo
.thanks-icon, .thanks-icon a { background-image: url("{IMG_THANKPOSTS_SRC}"); }
.removethanks-icon, .removethanks-icon a { background-image: url("{IMG_REMOVETHANKS_SRC}"); }
