Problema con [MODDB] jQuery Quick Edit 1.0.0 y mi estilo
Publicado: 30 Mar 2012, 22:29
Hola amigos, descargue este mod:
http://www.phpbb-es.com/foro/descarga-m ... it#p164705
y pues lo quiero hacer compatible con mi estilo, Es el foro La Comunidad, el estilo se llama Artodia: Deluxe
es que el mod dice:

http://www.phpbb-es.com/foro/descarga-m ... it#p164705
y pues lo quiero hacer compatible con mi estilo, Es el foro La Comunidad, el estilo se llama Artodia: Deluxe
es que el mod dice:
y pues estos archivos no vienen en mi estilo. que puedo hacer? intente otra cosa, sale el botón pero no abre la ventana para editar.Open: styles/prosilver/theme/buttons.css
Find
Tip: This may be a partial find and not the whole line.
Add afterCódigo: Seleccionar todo
.edit-icon, .edit-icon a { background: none top left no-repeat; }
Tip: Add these lines on a new blank line after the preceding line(s) to find.
FindCódigo: Seleccionar todo
.qe-icon, .qe-icon a { background: none top left no-repeat; }
Tip: This may be a partial find and not the whole line.Add afterCódigo: Seleccionar todo
ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
Tip: Add these lines on a new blank line after the preceding line(s) to find.FindCódigo: Seleccionar todo
ul.profile-icons li.qe-icon { width: {IMG_ICON_POST_QUICKEDIT_WIDTH}px; height: {IMG_ICON_POST_QUICKEDIT_HEIGHT}px; }
Tip: This may be a partial find and not the whole line.Add afterCódigo: Seleccionar todo
ul.profile-icons li.edit-icon { margin: 0 0 0 3px; }
Tip: Add these lines on a new blank line after the preceding line(s) to find.Open: styles/prosilver/theme/colours.cssCódigo: Seleccionar todo
ul.profile-icons li.qe-icon { margin: 0 0 0 3px; }
Find
Tip: This may be a partial find and not the whole line.Add afterCódigo: Seleccionar todo
.edit-icon, .edit-icon a { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
Tip: Add these lines on a new blank line after the preceding line(s) to find.Código: Seleccionar todo
.qe-icon, .qe-icon a { background-image: url("{IMG_ICON_POST_QUICKEDIT_SRC}"); }
