Style Version: 1.0.9
phpBB Version: 3.0.7
Board3Portal Version: 1.0.5
Style Download: http://www.stsoftware.biz/phpbb30_style.ca_gen2.html
Portal Demo: http://area51.mikevil.de/portal.php?style=68
Step by Step Guide in
- [+] English
- As first you need to download and install this Style. If it works, you can install the Portal for this Style as per description:
(please copy this files from our B3P download package)
copy: root/styles/prosilver/template/portal/*.*
to: styles/ca_gen2/template/portal/*.*
copy: root/styles/prosilver/template/portal/block/*.*
to: styles/ca_gen2/template/portal/block/*.*
copy: root/styles/prosilver/theme/portal.css
to: styles/ca_gen2/theme/portal.css
copy: root/styles/prosilver/theme/images/portal/*.*
to: styles/ca_gen2/theme/images/portal/*.*
open: styles/ca_gen2/theme/stylesheet.css
find:add after:Code: Select all
@import url("colours.css");
Code: Select all
@import url("portal.css");
open: styles/ca_gen2/template/overall_header.html
find:add after:Code: Select all
<!-- header start -->
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
add before:Code: Select all
<div id="logo"><a href="{U_INDEX}"><span>{SITENAME}</span>{SITE_LOGO_IMG}</a></div>
find:Code: Select all
<!-- ENDIF -->
add before:Code: Select all
<div id="page-header"> <div class="navbar navbar-top">
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
in-line find:Code: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
in-line add after:Code: Select all
<li class="icon-home">
find:Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
add before:Code: Select all
<a name="start_here"></a>
Code: Select all
<!-- ENDIF -->
open: styles/ca_gen2/template/overall_footer.html
find:in-line find:Code: Select all
<li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
in-line add after:Code: Select all
<li class="leftside">
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
open: styles/ca_gen2/template/portal/_block_config.html
replace with: (click the link to get the code)
_block_config.html for ca_gen2
DIY instructions: Knowledge Base: Changes to forums styles
- [+] Deutsch
- Als erstes musst du das Style downloaden und Installieren. Wenn das geschafft ist und das Style läuft, kannst du das Portal für das Style nach folgender Anleitung installieren:
(kopiere diese Dateien bitte aus dem B3P download-paket.)
kopiere: root/styles/prosilver/template/portal/*.*
nach: styles/ca_gen2/template/portal/*.*
kopiere: root/styles/prosilver/template/portal/block/*.*
nach: styles/ca_gen2/template/portal/block/*.*
kopiere: root/styles/prosilver/theme/portal.css
nach: styles/ca_gen2/theme/portal.css
kopiere: root/styles/prosilver/theme/images/portal/*.*
nach: styles/ca_gen2/theme/images/portal/*.*
öffne: styles/ca_gen2/theme/stylesheet.css
finde:danach einfügen:Code: Select all
@import url("colours.css");
Code: Select all
@import url("portal.css");
öffne: styles/ca_gen2/template/overall_header.html
finde:danach einfügen:Code: Select all
<!-- header start -->
finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
davor einfügen:Code: Select all
<div id="logo"><a href="{U_INDEX}"><span>{SITENAME}</span>{SITE_LOGO_IMG}</a></div>
finde:Code: Select all
<!-- ENDIF -->
davor einfügen:Code: Select all
<div id="page-header"> <div class="navbar navbar-top">
finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
finde in dieser Zeile:Code: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
in dieser Zeile danach einfügen:Code: Select all
<li class="icon-home">
finde:Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
davor einfügen:Code: Select all
<a name="start_here"></a>
Code: Select all
<!-- ENDIF -->
öffne: styles/ca_gen2/template/overall_footer.html
finde:in dieser Zeile finden:Code: Select all
<li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
in dieser Zeile danach einfügen:Code: Select all
<li class="leftside">
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
öffne: styles/ca_gen2/template/portal/_block_config.html
ersetze mit: (folge dem Link um zu dem Code zu gelangen)
_block_config.html für ca_gen2
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien