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:in-line find:Code: Select all
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
in-line add after:Code: Select all
<p class="breadcrumbs">
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
open: styles/AeroRed/template/overall_header.html
find:add before: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">
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
add before: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>
find:Code: Select all
<!-- ENDIF -->
add before:Code: Select all
<div id="datebar">
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
add after:Code: Select all
<br style="clear: both;" /> <!-- INCLUDE breadcrumbs.html --> <br />
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
- [+] 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:finde in dieser Zeile:Code: Select all
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
füge in diese Zeile danach ein:Code: Select all
<p class="breadcrumbs">
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
öffne: styles/AeroRed/template/overall_header.html
finde:füge davor ein: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">
finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
füge davor ein: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>
finde:Code: Select all
<!-- ENDIF -->
füge davor ein:Code: Select all
<div id="datebar">
finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
füge danach ein:Code: Select all
<br style="clear: both;" /> <!-- INCLUDE breadcrumbs.html --> <br />
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