Absolution

Locked
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Absolution

Post by Marc »

Style: Absolution
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:

Code: Select all

	<div class="float-left breadcrumbs"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
Before add:

Code: Select all

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

Code: Select all

<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&raquo;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
Inline find:

Code: Select all

<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Inline add before:

Code: Select all

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

Code: Select all

        </div><!-- /toolbar-right -->
    </div><!-- /toolbar -->
add after:

Code: Select all

<!-- ENDIF -->

Open: styles/absolution/template/overall_footer.html
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 find:

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
Inline add after:

Code: Select all

 <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187;<!-- ENDIF -->
Open: styles/absolution/theme/stylesheet.css
find:

Code: Select all

@import url("forum-width.css");
add after:

Code: Select all

@import url("portal.css");
open: styles/absolution/template/portal/_block_config.html
replace with: (click the link to get the code)
_block_config.html for Absolution

DIY instructions: Knowledge Base: Changes to forums styles
Schritt für Schritt Anleitung in
[+] 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:

Code: Select all

	<div class="float-left breadcrumbs"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
Davor einfügen:

Code: Select all

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

Code: Select all

<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&raquo;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
In der Zeile finden:

Code: Select all

<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
In der Zeile davor einfügen:

Code: Select all

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

Code: Select all

        </div><!-- /toolbar-right -->
    </div><!-- /toolbar -->
Danach einfügen:

Code: Select all

<!-- ENDIF -->

Öffne: styles/absolution/template/overall_footer.html
Finde:

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 finden:

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
In der Zeile danach einfügen:

Code: Select all

 <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187;<!-- ENDIF -->
Öffne: styles/absolution/theme/stylesheet.css
Finde:

Code: Select all

@import url("forum-width.css");
Danach einfügen:

Code: Select all

@import url("portal.css");
Öffne: styles/absolution/template/portal/_block_config.html
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
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Hide login box on portal / Login box im Portal nicht zeigen

Post by Marc »

Hide login box on portal / Login box im Portal nicht zeigen
[+] English
Open: style/absolution/template/overall_header.html
Find:

Code: Select all

		    <div id="<!-- IF not S_USER_LOGGED_IN -->formbox<!-- ELSE -->header-search-box<!-- ENDIF -->">
Add before:

Code: Select all

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

Code: Select all

			</div><!--/formbox / search-box-->
Add after:

Code: Select all

<!-- ENDIF -->
[+] Deutsch
Öffne: style/absolution/template/overall_header.html
Finde:

Code: Select all

		    <div id="<!-- IF not S_USER_LOGGED_IN -->formbox<!-- ELSE -->header-search-box<!-- ENDIF -->">
Davor einfügen:

Code: Select all

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

Code: Select all

			</div><!--/formbox / search-box-->
Danach einfügen:

Code: Select all

<!-- ENDIF -->
Locked

Return to “board3 Portal v1.0.4 / v1.0.5 / v1.0.6 - Styles”