
Bien, vamos alproblema... estoy instalando el MOD SEO Ultime (Version: 0.6.4) pero al querer editar el archivo: styles/absolution/template/viewtopic_body.html no logro encontrar lo que me pide. A continuación, dejo lo que debo editar:
Spoiler
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
<a href="#p{postrow.POST_ID}">
Tip: Replace the preceding line(s) to find with the following lines.
Código: Seleccionar todo
<a href="{U_VIEW_TOPIC}#p{postrow.POST_ID}">
Spoiler
Tip: This may be a partial find and not the whole line.
Código: Seleccionar todo
<a href="#wrap" class="top" title="{L_BACK_TO_TOP}">
Tip: Replace the preceding line(s) to find with the following lines.
Código: Seleccionar todo
<a href="{U_VIEW_TOPIC}#wrap" class="top" title="{L_BACK_TO_TOP}">

Saludos!!!