Supernova

Locked
User avatar

Topic author
archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Supernova

Post by archivar »

Style: Supernova
Style-Version: 1.0.0
phpBB-Version: 3.0.7
Board3Portal Version: 1.0.4 / 1.0.5 / 1.0.6

Style Download: http://www.phpbb.com/community/viewtopi ... #p12799583
Portal Screenshot-1-blau:
1-blau-supernova.jpg
Portal Screenshot-2-blau:
2-blau-supernova.jpg
Portal Screenshot-1-grün:
1-grün-supernova.jpg
Portal Screenshot-2-grün:
2-grün-supernova.jpg
Portal Screenshot-1-rot:
1-rot-supernova.jpg
Portal Screenshot-2-rot:
2-rot-supernova.jpg
Step by Step Guide in
[+] ENGLISH
Only works without Forum Index.
Since the graphics in supernova / theme / images / blue / ... and in .... / Green / and ... / red /
don't allow it!
Turn off the Forum Index in the ACP Configuration of Board3 Portal.

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/prosilver/template/portal/*.*
to: styles/supernova/template/portal/*.*
copy: root/styles/prosilver/template/portal/block/*.*
to: styles/supernova/template/portal/block/*.*
copy: root/styles/prosilver/theme/portal.css
to: styles/supernova/theme/portal.css
copy: root/styles/prosilver/theme/images/portal/*.*
to: styles/supernova/theme/images/portal/*.*

open: styles/supernova/theme/stylesheet.css
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

@import url("colours.css");
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select all

@import url("portal.css");
open: styles/supernova/template/overall_footer.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code: Select all

<li class="icon-home">
In-line Add after

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
open: styles/supernova/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<div style="float: left;">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a> &nbsp;
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
In-line Add after

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<!-- IF $SN_COLOUR_SWITCHER -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select all

<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line

Code: Select all

</div><!-- /colour-block -->
<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

</div><!-- /sn-navbar-content -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select all

<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line

Code: Select all

<div id="sn-shadows">
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a> &nbsp;
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
In-line Add after

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<div class="sn-options <!-- IF SCRIPT_NAME eq 'index' or 'viewforum' -->sn-search-links<!-- ENDIF --><!-- IF SCRIPT_NAME eq 'viewtopic' -->sn-restore-link-size<!-- ENDIF -->">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select all

<!-- ENDIF -->
If you want to show the title of the center blocks as the Supernova forums title change in all center blocks in styles/supernova/template/portal/block/ (not forumlist_search.html, whois_online.html):
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

{$C_BLOCK_H_L}<dt>
In-line Add after

Code: Select all

<div class="cat-name" style="margin:-4px 0 -2px 0;"><span>
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

</dt>{$C_BLOCK_H_R}
In-line Add before

Code: Select all

</span></div>
Open: styles/supernova/template/portal/block/whois_online.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

    {$C_BLOCK_H_L}<dt><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></dt>{$C_BLOCK_H_R}
Replace with
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select all

    {$C_BLOCK_H_L}<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}"><span>{L_WHO_IS_ONLINE}</span></a><!-- ELSE --><span>{L_WHO_IS_ONLINE}</span><!-- ENDIF --></div></dt>{$C_BLOCK_H_R}
DIY instructions: Knowledge Base: Changes to forums styles
Schritt für Schritt Anleitung in
[+] DEUTSCH
Funktioniert nur ohne Forum Index.
Da die Grafiken in supernova/theme/image/blue/ …und in …./green/ und in …/red/
das nicht erlauben!
Forum Index ( Forum Liste ) im ACP des Board3 Portals abschalten.

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/supernova/template/portal/*.*
kopiere: root/styles/prosilver/template/portal/block/*.*
nach: styles/supernova/template/portal/block/*.*
kopiere: root/styles/prosilver/theme/portal.css
nach: styles/supernova/theme/portal.css
kopiere: root/styles/prosilver/theme/images/portal/*.*
nach: styles/supernova/theme/images/portal/*.*

Öffnen: styles/supernova/theme/stylesheet.css
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

@import url("colours.css");
Danach einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.

Code: Select all

@import url("portal.css");
Öffnen: styles/supernova/template/overall_footer.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
In der Zeile finden
Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.

Code: Select all

<li class="icon-home">
In der Zeile danach einfügen

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Öffnen: styles/supernova/template/overall_header.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<div style="float: left;">
Davor einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a> &nbsp;
In der Zeile finden
Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.

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 -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<!-- IF $SN_COLOUR_SWITCHER -->
Davor einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.

Code: Select all

<!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

</div><!-- /colour-block -->
<!-- ENDIF -->
Danach einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

</div><!-- /sn-navbar-content -->
Davor einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.

Code: Select all

<!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<div id="sn-shadows">
Danach einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a> &nbsp;
In der Zeile finden
Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.

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 -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<div class="sn-options <!-- IF SCRIPT_NAME eq 'index' or 'viewforum' -->sn-search-links<!-- ENDIF --><!-- IF SCRIPT_NAME eq 'viewtopic' -->sn-restore-link-size<!-- ENDIF -->">
Davor einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.

Code: Select all

<!-- ENDIF -->
Wenn Du den Titel in den Center-Blöcken wie die Foren-Titel in Supernova haben möchtest, dann ändere in allen Center-Blöcken in styles/supernova/template/portal/block/ (nicht in forumlist_search.html, whois_online.html):
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

{$C_BLOCK_H_L}<dt>
In der Zeile danach einfügen

Code: Select all

<div class="cat-name" style="margin:-4px 0 -2px 0;"><span>
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

</dt>{$C_BLOCK_H_R}
In der Zeile davor einfügen

Code: Select all

</span></div>
Öffnen: styles/supernova/template/portal/block/whois_online.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

    {$C_BLOCK_H_L}<dt><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></dt>{$C_BLOCK_H_R}
Ersetzen mit
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.

Code: Select all

    {$C_BLOCK_H_L}<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}"><span>{L_WHO_IS_ONLINE}</span></a><!-- ELSE --><span>{L_WHO_IS_ONLINE}</span><!-- ENDIF --></div></dt>{$C_BLOCK_H_R}
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien
Last edited by archivar on 14. November 2010 20:34, edited 2 times in total.
Reason: Änderung für Block whois_online.html hinzugefügt
V.G. archivar
sorry for my bad english
Locked

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