Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

(problemas) black pearl con portal

Dudas sobre estilos phpBB 3.0.x
Colaboraciones gráficas paquetes de rangos aquí y botones aquí.
Cerrado

0
No hay votos
 
Votos totales: 0

KH_KoRn
Usuario/a
Mensajes: 89
Registrado: 04 Abr 2007, 00:18

(problemas) black pearl con portal

#1

Mensaje por KH_KoRn »

Hola tengo problemas al instalar el portal(phpbb3-portal.1.2.2)con este template no puedo editar los archivos overall_header, overall_footer, breadcrumbs ya que no encuentro las lineas.

acá los archivos.

overall_header.html
http://www.phpbb-es.com/foro/pastebin.p ... =view&s=69" onclick="window.open(this.href);return false;
overall_footer.html
http://www.phpbb-es.com/foro/pastebin.p ... =view&s=70" onclick="window.open(this.href);return false;
breadcrumbs.html
http://www.phpbb-es.com/foro/pastebin.p ... =view&s=71" onclick="window.open(this.href);return false;
Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
<div id="menubar">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select All
<!-- IF not $S_IN_PORTAL -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
<!-- INCLUDE breadcrumbs.html -->

<br />
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select All
<!-- ENDIF -->
Open: styles/subsilver2/template/breadcrumbs.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a>
Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select All
<p class="breadcrumbs"><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <a href="{U_INDEX}">{L_INDEX}</a>
Open: styles/subsilver2/template/overall_footer.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select All
<!-- IF S_PORTAL_COPY --><br />{S_PORTAL_COPY}<!-- ENDIF -->



URL: http://www.clanwarriors.com.ar" onclick="window.open(this.href);return false;
Versión phpBB: phpBB3 (3.0.4)
MODs Instalados: Ninguno
Plantilla(s) usada(s): black_pearl
Servidor: Linux
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
URL: http://www.dytclan.com.ar
Plantilla usuada: Dollar-302 y UTIS
Versión de phpBB: phpBB 3.0.2
Servidor: Free
Mod: Portal, Record Game Explorer, Last Record Game Explorer, Adavanced BB COde, Evil Quick, Country Flag 1.0

xoom
Ex Staff
Mensajes: 1158
Registrado: 03 Ene 2006, 09:02
Género:

Re: (problemas) black pearl con portal

#2

Mensaje por xoom »

Haz sólo esto:

En breadcrumbs.html

Busca

Código: Seleccionar todo

<a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks -->&nbsp;&#187;&nbsp;<a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
Cambiar por

Código: Seleccionar todo

<a href="{U_PORTAL}">{L_PORTAL}</a>&nbsp;&#187;&nbsp;<a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks -->&nbsp;&#187;&nbsp;<a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --> 
En overall_footer.html

Busca

Código: Seleccionar todo

<!-- IF TRANSLATION_INFO -->{TRANSLATION_INFO}<br /><!-- ENDIF -->
A continuación, en una nueva línea, añade

Código: Seleccionar todo

<!-- IF S_PORTAL_COPY --><br />{S_PORTAL_COPY}<br /><!-- ENDIF -->
URL: http://www.lasegundaguerra.com
Plantilla usuada: Dirty Board
MODs instalados: Medals Mods, Multi Race Rank Theme
Versión de phpBB: 3.08
Servidor: De pago

KH_KoRn
Usuario/a
Mensajes: 89
Registrado: 04 Abr 2007, 00:18

Re: (problemas) black pearl con portal

#3

Mensaje por KH_KoRn »

Gracias :ok:
URL: http://www.dytclan.com.ar
Plantilla usuada: Dollar-302 y UTIS
Versión de phpBB: phpBB 3.0.2
Servidor: Free
Mod: Portal, Record Game Explorer, Last Record Game Explorer, Adavanced BB COde, Evil Quick, Country Flag 1.0

Cerrado

Volver a “Soporte para Estilos phpBB 3.0.x”