Seite 1 von 1

Board3 Portal 2.0.0b1 Portal fehlt im Header und Footer

Verfasst: 02.08.2011 23:52
von Fleppes
Hallo!

Ich habe wegen des Problems schon gegoogelt und die SuFu benutzt habe aber nichts gefunden!

Ich habe das Board3 Portal 2.0.0b1 installiert (http://www.phpbb.com/community/viewtopi ... &t=2131824) und es funktioniert soweit. Es fehlt nur im Header und Footer ein der Link der zum Portal führt. Hier die Dateien: https://www.phpbb.de/support/pastebin.p ... view&s=758
Hier dies, was ich machen soll:

Code: Alles auswählen

Open: styles/prosilver/template/overall_header.html
Find

Tip: This may be a partial find and not the whole line.
Code:Select All
<div class="navbar">
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 or S_DISPLAY_PHPBB_MENU -->
<< Hide
Find

Tip: This may be a partial find and not the whole line.
Code:Select All
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong>
In-line Find

Tip: This is a partial match of a line for in-line operations.
Code:Select all
<li class="icon-home">
In-line Add after

Code:Select All
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
<< Hide
Find

Tip: This may be a partial find and not the whole line.
Code:Select All
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
<!-- ENDIF -->
<< Hide
Open: styles/prosilver/template/overall_footer.html
Find

Tip: This may be a partial find and not the whole line.
Code:Select All
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
In-line Find

Tip: This is a partial match of a line for in-line operations.
Code:Select all
<li class="icon-home">
In-line Add after

Code:Select All
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
<< Hide
Ich habe mehrmals nachgeprüft und finde keinen Fehler. Vielleicht könnt ihr mir helfen!

MFG: Fleppes

Re: Board3 Portal 2.0.0b1 Portal fehlt im Header und Footer

Verfasst: 03.08.2011 06:10
von winnetou
Moin,
hast Du auch das gemacht?

Wenn du alle Schritte entsprechend ausgeführt hast, gehst du bitte in dein Administrator Kontrollzentrum (ACP) und dort auf den Karteireiter STYLES.
Links siehst du dann die Option Style-Komponenten - dort aktualisierst du bitte alle prosilver(Dein Stxle)Komponenten. Insgesamt also drei Aktualisierungen.

Anschließend gehst du auf den Karteireiter ALLGEMEIN und führst eine CACHE LEERUNG aus.

Dann gehst du auf deine Forenansicht, und falls du noch nichts siehst, aktualisiere bitte deinen Browser mit F5.

Gruss
Jürgen

Re: Board3 Portal 2.0.0b1 Portal fehlt im Header und Footer

Verfasst: 03.08.2011 14:06
von Fleppes
Hallo!
Ich glaube ich war da zu doof für.
Das war es. Vielen Dank Jürgen! Jetzt klappt es!
MFG: Fleppes