Style Version: 1.0.6
phpBB Version: 3.0.6
Board3Portal Version: 1.0.4 / 1.0.5
Style Download: http://demo.phpbb3styles.net/ElementRed
Portal Demo: http://area51.mikevil.de/portal.php?style=95
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/subsilver2/template/portal/*.*
to: styles/ElementRed/template/portal/*.*
copy: root/styles/subsilver2/theme/images/portal/*.*
to: styles/ElementRed/theme/images/portal/*.*
open: styles/ElementRed/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/ElementRed/template/overall_header.html
find:add after:Code: Select all
<table width="100%" cellpadding="0" cellspacing="0"> <tr><td width="26" style="background:url('{T_THEME_PATH}/images/midl.png');"></td> <td class="inner">
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
add before:Code: Select all
<div id="datebar">
find:Code: Select all
<!-- ENDIF -->
add after:Code: Select all
<span class="error">{L_BOARD_DISABLED}</span> </td></tr> <!-- ENDIF -->
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
add before:Code: Select all
</table> </div> <div id="wrapcentre">
find:Code: Select all
<!-- ENDIF -->
add after:Code: Select all
<div id="wrapcentre">
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
add after:Code: Select all
<!-- INCLUDE breadcrumbs.html --> <br />
Code: Select all
<!-- ENDIF -->
open: styles/ElementRed/template/portal/_block_config.html
replace with: (click the link to get the code)
_block_config.html for ElementRed
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/subsilver2/template/portal/*.*
nach: styles/ElementRed/template/portal/*.*
kopiere: root/styles/subsilver2/theme/images/portal/*.*
nach: styles/ElementRed/theme/images/portal/*.*
öffne: styles/ElementRed/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 dieser 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/ElementRed/template/overall_header.html
finde:füge danach ein:Code: Select all
<table width="100%" cellpadding="0" cellspacing="0"> <tr><td width="26" style="background:url('{T_THEME_PATH}/images/midl.png');"></td> <td class="inner">
finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
füge davor ein:Code: Select all
<div id="datebar">
finde:Code: Select all
<!-- ENDIF -->
füge danach ein:Code: Select all
<span class="error">{L_BOARD_DISABLED}</span> </td></tr> <!-- ENDIF -->
finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
füge davor ein:Code: Select all
</table> </div> <div id="wrapcentre">
finde:Code: Select all
<!-- ENDIF -->
füge danach ein:Code: Select all
<div id="wrapcentre">
finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
füge danach ein:Code: Select all
<!-- INCLUDE breadcrumbs.html --> <br />
Code: Select all
<!-- ENDIF -->
öffne: styles/ElementRed/template/portal/_block_config.html
ersetze mit: (folge dem Link um zum Code zu gelangen)
_block_config.html für ElementRed
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien