Style Version: 1.0.1
phpBB Version: 3.0.7-PL1
Board3Portal Version: 1.0.4 / 1.0.5
Style Download: http://demo.phpbb3styles.net/Absolution
Portal Demo: http://www.m-a-styles.de/portal.php?style=28
Step by Step Guide in
- [+] English
- 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/absolution/template/portal/*.*
copy: root/styles/prosilver/theme/portal.css
to: styles/absolution/theme/portal.css
copy: root/styles/prosilver/theme/images/portal/*.*
to: styles/absolution/theme/images/portal/*.*
open: styles/absolution/template/overall_header.html
find:Before add:Code: Select all
<div class="float-left breadcrumbs"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Inline find:Code: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>»</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
Inline add before:Code: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
find:Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
add after:Code: Select all
</div><!-- /toolbar-right --> </div><!-- /toolbar -->
Code: Select all
<!-- ENDIF -->
Open: styles/absolution/template/overall_footer.html
find:Inline find:Code: Select all
<div class="float-left"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /> <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK --><img src="{T_THEME_PATH}/images/<!-- IF S_WATCHING_FORUM -->delete<!-- ELSE -->accept<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --><!-- IF U_WATCH_TOPIC --><img src="{T_THEME_PATH}/images/<!-- IF S_WATCHING_TOPIC -->delete<!-- ELSE -->accept<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- ENDIF --><!-- IF U_BOOKMARK_TOPIC --><img src="{T_THEME_PATH}/images/book_add.png" width="16" height="16" alt="" /> <a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- ENDIF --><!-- IF U_BUMP_TOPIC --><img src="{T_THEME_PATH}/images/clock.png" width="16" height="16" alt="" /> <a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF --><!-- ENDIF -->
Inline add after:Code: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
Open: styles/absolution/theme/stylesheet.cssCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> »<!-- ENDIF -->
find:add after:Code: Select all
@import url("forum-width.css");
open: styles/absolution/template/portal/_block_config.htmlCode: Select all
@import url("portal.css");
replace with: (click the link to get the code)
_block_config.html for Absolution
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/prosilver/template/portal/*.*
nach: styles/absolution/template/portal/*.*
kopiere: root/styles/prosilver/theme/portal.css
nach: styles/absolution/theme/portal.css
kopiere: root/styles/prosilver/theme/images/portal/*.*
nach: styles/absolution/theme/images/portal/*.*
Öffne: styles/absolution/template/overall_header.html
Finde:Davor einfügen:Code: Select all
<div class="float-left breadcrumbs"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
Find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
In der Zeile finden:Code: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>»</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
In der Zeile davor einfügen:Code: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Finde:Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Danach einfügen:Code: Select all
</div><!-- /toolbar-right --> </div><!-- /toolbar -->
Code: Select all
<!-- ENDIF -->
Öffne: styles/absolution/template/overall_footer.html
Finde:In der Zeile finden:Code: Select all
<div class="float-left"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /> <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK --><img src="{T_THEME_PATH}/images/<!-- IF S_WATCHING_FORUM -->delete<!-- ELSE -->accept<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --><!-- IF U_WATCH_TOPIC --><img src="{T_THEME_PATH}/images/<!-- IF S_WATCHING_TOPIC -->delete<!-- ELSE -->accept<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- ENDIF --><!-- IF U_BOOKMARK_TOPIC --><img src="{T_THEME_PATH}/images/book_add.png" width="16" height="16" alt="" /> <a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- ENDIF --><!-- IF U_BUMP_TOPIC --><img src="{T_THEME_PATH}/images/clock.png" width="16" height="16" alt="" /> <a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF --><!-- ENDIF -->
In der Zeile danach einfügen:Code: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
Öffne: styles/absolution/theme/stylesheet.cssCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> »<!-- ENDIF -->
Finde:Danach einfügen:Code: Select all
@import url("forum-width.css");
Öffne: styles/absolution/template/portal/_block_config.htmlCode: Select all
@import url("portal.css");
Ersetze mit: (folge dem Link um zum Code zu gelangen)
_block_config.html für Absolution
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien