CA Gen2

Locked
User avatar

Topic author
Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

CA Gen2

Post by Mike »

Style: CA Gen2
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:

Code: Select all

@import url("colours.css");
add after:

Code: Select all

@import url("portal.css");

open: styles/ca_gen2/template/overall_header.html
find:

Code: Select all

	<!-- header start -->
add after:

Code: Select all

  <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
find:

Code: Select all

	<div id="logo"><a href="{U_INDEX}"><span>{SITENAME}</span>{SITE_LOGO_IMG}</a></div>
add before:

Code: Select all

  <!-- ENDIF -->
find:

Code: Select all

	<div id="page-header">
		<div class="navbar navbar-top">
add before:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
find:

Code: Select all

				<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
in-line find:

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 -->
find:

Code: Select all

	<a name="start_here"></a>
add before:

Code: Select all

  <!-- ENDIF -->

open: styles/ca_gen2/template/overall_footer.html
find:

Code: Select all

               <li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
in-line find:

Code: Select all

               <li class="leftside">
in-line add after:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- 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
Schritt für Schritt Anleitung in
[+] 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:

Code: Select all

@import url("colours.css");
danach einfügen:

Code: Select all

@import url("portal.css");

öffne: styles/ca_gen2/template/overall_header.html
finde:

Code: Select all

	<!-- header start -->
danach einfügen:

Code: Select all

  <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
finde:

Code: Select all

	<div id="logo"><a href="{U_INDEX}"><span>{SITENAME}</span>{SITE_LOGO_IMG}</a></div>
davor einfügen:

Code: Select all

  <!-- ENDIF -->
finde:

Code: Select all

	<div id="page-header">
		<div class="navbar navbar-top">
davor einfügen:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
finde:

Code: Select all

				<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
finde in dieser Zeile:

Code: Select all

				<li class="icon-home">
in dieser Zeile danach einfügen:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
finde:

Code: Select all

	<a name="start_here"></a>
davor einfügen:

Code: Select all

  <!-- ENDIF -->

öffne: styles/ca_gen2/template/overall_footer.html
finde:

Code: Select all

               <li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
in dieser Zeile finden:

Code: Select all

               <li class="leftside">
in dieser Zeile danach einfügen:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- 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
Last edited by archivar on 14. August 2010 17:54, edited 3 times in total.
Reason: aktuallisiert.
kein Support per PN / Messenger
no Support via PM / Messenger
Locked

Return to “board3 Portal v1.0.4 / v1.0.5 / v1.0.6 - Styles”