Page 1 of 1

AeroRed / AeroBlack / AeroGreen / AeroBlue-Base: subsilver2

Posted: 15. November 2009 19:21
by Mike
Style: AeroRed / AeroBlack / AeroGreen / AeroBlue
Style Version: 1.3.7a
phpBB Version: 3.0.7-PL!
Board3Portal Version: 1.0.5

Style Download: http://www.phpbbhq.com/?p=16
Portal Demo: http://area51.mikevil.de/portal.php?style=85

Step by Step Guide in
[+] English
This Guide is written for AeroRed, but it works for AeroBlack, AeroGreen and AeroBlue also. If you want to use this Guide for ..Black ..Green or ..Blue you just have to replace "AeroRed" with the Name of your Style in this Guide.

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/subsilver2/template/portal/*.*
to: styles/AeroRed/template/portal/*.*
copy: root/styles/subsilver2/theme/images/portal/*.*
to: styles/AeroRed/theme/images/portal/*.*

open: styles/AeroRed/template/breadcrumbs.html
find:

Code: Select all

<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
in-line find:

Code: Select all

<p class="breadcrumbs">
in-line add after:

Code: Select all

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

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

Code: Select all

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
<td height="24" style="background: #06518A url('{T_THEME_PATH}/images/navbarbg.png') no-repeat right top;">
<div id="navbarbg">
<span class="buttonwrapper">
add before:

Code: Select all

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

Code: Select all

</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>
</div>
add before:

Code: Select all

  <!-- ENDIF -->
find:

Code: Select all

	<div id="datebar">
add before:

Code: Select all

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

Code: Select all

	<br style="clear: both;" />

	<!-- INCLUDE breadcrumbs.html -->

	<br />
add after:

Code: Select all

   <!-- ENDIF -->

open: styles/AeroRed/template/portal/_block_config.html
replace with: (choose your Style)
AeroRed
AeroGreen
AeroBlack
AeroBlue

DIY instructions: Knowledge Base: Changes to forums styles
Schritt für Schritt Anleitung in
[+] Deutsch
Diese Anleitung wurde für AeroRed geschrieben, funktioniert aber auch für AeroBlack, AeroGreen und AeroBlue.
Wenn ihr diese Anleitung für ..Black ..Green oder ..Blue nutzen wollt, müsst ihr einfach "AeroRed" in diese Anleitung mit dem Namen eures Styles ersetzen.

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/subsilver2/template/portal/*.*
nach: styles/AeroRed/template/portal/*.*
kopiere: root/styles/subsilver2/theme/images/portal/*.*
nach: styles/AeroRed/theme/images/portal/*.*

öffne: styles/AeroRed/template/breadcrumbs.html
finde:

Code: Select all

<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
finde in dieser Zeile:

Code: Select all

<p class="breadcrumbs">
füge in diese Zeile danach ein:

Code: Select all

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

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

Code: Select all

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
<td height="24" style="background: #06518A url('{T_THEME_PATH}/images/navbarbg.png') no-repeat right top;">
<div id="navbarbg">
<span class="buttonwrapper">
füge davor ein:

Code: Select all

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

Code: Select all

</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>
</div>
füge davor ein:

Code: Select all

  <!-- ENDIF -->
finde:

Code: Select all

	<div id="datebar">
füge davor ein:

Code: Select all

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

Code: Select all

	<br style="clear: both;" />

	<!-- INCLUDE breadcrumbs.html -->

	<br />
füge danach ein:

Code: Select all

   <!-- ENDIF -->

öffne: styles/AeroRed/template/portal/_block_config.html
ersetze durch: (wähle dein Style)
AeroRed
AeroGreen
AeroBlack
AeroBlue

Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien