AeroRed / AeroBlack / AeroGreen / AeroBlue-Base: subsilver2

Locked
User avatar

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

AeroRed / AeroBlack / AeroGreen / AeroBlue-Base: subsilver2

Post 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
Last edited by archivar on 3. August 2011 18:10, edited 4 times in total.
Reason: Updated instructions for Aero 1.3.7a -- Thanks to Knot
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”