Página 1 de 1

Al cambiar de theme no me funciona el mod Last post on index

Publicado: 26 Nov 2008, 20:41
por ClanYooHoo
Versión de phpBB: 3.0.3
Tipo de phpBB: phpBB estandar, (tambien llamado Vanilla) phpBB2 o phpBB3
MODs Instalados: No
Tu conocimiento: Principiante
Enlace del Foro: http://www.clanyoohoo.es/foro

¿Qué recuerdas haber hecho en el foro antes de aparecer este error?
Me funcionaba correctamente bajo los themes prosilver y subsilver 2, pero al poner uno nuevo Dejó de funcionar.

¿Qué has realizado para intentar resolver el problema?
El MoD, te dice que edites los archivos styles/prosilver/template/index_body.html y styles/subsilver2/template/index_body.html.
Yo hice lo mismo con el archivo index_body.html de mi nuevo Theme, pero no funciona.


Descripción y Mensaje
Hola a todos, pues lo dicho arriba, instalé el mod: Last post on index 1.9.0 y me funcionaba correctamente. La cosa es que me he descargado un nuevo theme para mi foro: http://demo.phpbb3styles.net/Melankolia" onclick="window.open(this.href);return false; . Y desde entonces dejó de funcionar.

El mod te da unas instrucciones para aplicarlo al theme, modificando el styles/prosilver/template/index_body.html y styles/subsilver2/template/index_body.html , de los estilos prosilver y subsilver2 respectivamente. Yo intenté solucionarlo realizando la misma función, el cual cita:

Prosilver
Find
Tip: This may be a partial find and not the whole line.

Off Topic:
Code:Select All
<p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
<!-- IF S_USER_LOGGED_IN -->
<!-- BEGIN lp_config -->
<!-- IF lp_config.LP_ENABLE -->
<!-- IF lp_config.LP_SLIDE --><!-- INCLUDE viewlast_post_slide.html -->
<!-- ELSE --><!-- INCLUDE viewlast_post.html --><!-- ENDIF -->
<!-- ENDIF -->
<!-- END lp_config -->
<!-- ENDIF -->




SubSilver 2
Find
Tip: This may be a partial find and not the whole line.

Off Topic:
Code:Select All
<!-- INCLUDE forumlist_body.html -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code:Select All
<!-- IF S_USER_LOGGED_IN -->
<!-- BEGIN lp_config -->
<!-- IF lp_config.LP_ENABLE -->
<!-- IF lp_config.LP_SLIDE --><!-- INCLUDE viewlast_post_slide.html -->
<!-- ELSE --><!-- INCLUDE viewlast_post.html --><!-- ENDIF -->
<!-- ENDIF -->
<!-- END lp_config -->
<!-- ENDIF -->



También dice que se modifique lo siguiente (no sé si tendrá algo que ver)

Open: styles/prosilver/theme/colours.css
Find
Tip: This may be a partial find and not the whole line.

Off Topic:
Code:Select All
.bg3 { background-color: #cadceb; }
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
.bg4 { background-color: #F7ECEF; }



Muchas gracias y a ver si podeis echarme una manilla que ya me queda poquito para por fin estrenar mi phpbb3 !