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: Portal Screenshot-2-blau: Portal Screenshot-1-grün: Portal Screenshot-2-grün: Portal Screenshot-1-rot: Portal Screenshot-2-rot: 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.Add afterCode: Select all
@import url("colours.css");
Tip: Add these lines on a new blank line after the preceding line(s) to find.open: styles/supernova/template/overall_footer.htmlCode: Select all
@import url("portal.css");
Find
Tip: This may be a partial find and not the whole line.In-line FindCode: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Tip: This is a partial match of a line for in-line operations.In-line Add afterCode: Select all
<li class="icon-home">
open: styles/supernova/template/overall_header.htmlCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.Add beforeCode: Select all
<div style="float: left;">
Tip: Add these lines on a new blank line before the preceding line(s) to find.FindCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Tip: This may be a partial find and not the whole line.In-line FindCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a>
Tip: This is a partial match of a line for in-line operations.In-line Add afterCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
FindCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Tip: This may be a partial find and not the whole line.Add beforeCode: Select all
<!-- IF $SN_COLOUR_SWITCHER -->
Tip: Add these lines on a new blank line before the preceding line(s) to find.FindCode: Select all
<!-- ENDIF -->
Tip: This may be a partial find and not the whole lineAdd afterCode: Select all
</div><!-- /colour-block --> <!-- ENDIF -->
Tip: Add these lines on a new blank line after the preceding line(s) to find.FindCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Tip: This may be a partial find and not the whole line.Add beforeCode: Select all
</div><!-- /sn-navbar-content -->
Tip: Add these lines on a new blank line before the preceding line(s) to find.FindCode: Select all
<!-- ENDIF -->
Tip: This may be a partial find and not the whole lineAdd afterCode: Select all
<div id="sn-shadows">
Tip: Add these lines on a new blank line after the preceding line(s) to find.FindCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Tip: This may be a partial find and not the whole line.In-line FindCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a>
Tip: This is a partial match of a line for in-line operations.In-line Add afterCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
FindCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Tip: This may be a partial find and not the whole line.Add beforeCode: 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 -->">
Tip: Add these lines on a new blank line before the preceding line(s) to find.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):Code: Select all
<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.In-line Add afterCode: Select all
{$C_BLOCK_H_L}<dt>
FindCode: Select all
<div class="cat-name" style="margin:-4px 0 -2px 0;"><span>
Tip: This may be a partial find and not the whole line.In-line Add beforeCode: Select all
</dt>{$C_BLOCK_H_R}
Open: styles/supernova/template/portal/block/whois_online.htmlCode: Select all
</span></div>
Find
Tip: This may be a partial find and not the whole line.Replace withCode: 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}
Tip: Replace the preceding line(s) to find with the following lines.DIY instructions: Knowledge Base: Changes to forums stylesCode: 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}
- [+] 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.Danach einfügenCode: Select all
@import url("colours.css");
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.Öffnen: styles/supernova/template/overall_footer.htmlCode: Select all
@import url("portal.css");
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile findenCode: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.In der Zeile danach einfügenCode: Select all
<li class="icon-home">
Öffnen: styles/supernova/template/overall_header.htmlCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Davor einfügenCode: Select all
<div style="float: left;">
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.FindenCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile findenCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a>
Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.In der Zeile danach einfügenCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
FindenCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Davor einfügenCode: Select all
<!-- IF $SN_COLOUR_SWITCHER -->
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.FindenCode: Select all
<!-- ENDIF -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Select all
</div><!-- /colour-block --> <!-- ENDIF -->
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.FindenCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Davor einfügenCode: Select all
</div><!-- /sn-navbar-content -->
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.FindenCode: Select all
<!-- ENDIF -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Select all
<div id="sn-shadows">
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.FindenCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile findenCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a>
Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.In der Zeile danach einfügenCode: Select all
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
FindenCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Davor einfügenCode: 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 -->">
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.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):Code: Select all
<!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile danach einfügenCode: Select all
{$C_BLOCK_H_L}<dt>
FindenCode: Select all
<div class="cat-name" style="margin:-4px 0 -2px 0;"><span>
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile davor einfügenCode: Select all
</dt>{$C_BLOCK_H_R}
Öffnen: styles/supernova/template/portal/block/whois_online.htmlCode: Select all
</span></div>
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: 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}
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles DateienCode: 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}