Board3 Portal 2.0.0b1 Portal fehlt im Header und Footer
Verfasst: 02.08.2011 23:52
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:
Ich habe mehrmals nachgeprüft und finde keinen Fehler. Vielleicht könnt ihr mir helfen!
MFG: Fleppes
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>‹</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> » <!-- 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> » <!-- ENDIF -->
<< Hide
MFG: Fleppes