Style Version: 3.0.8
phpBB Version: 3.0.8
Board3Portal Version: 1.0.6
Style Download: http://forums.phpbb-fr.com/base-de-donn ... l#p1369718
Screenshot-1: Screenshot-2: 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:
From the B3P-download-package you must first perform the install.xml.
(please copy this files from our B3P download package)
copy: root/styles/prosilver/template/portal/*.*
to: styles/proVacation/template/portal/*.*
copy: root/styles/prosilver/theme/portal.css
to: styles/proVacation/theme/portal.css
copy: root/styles/prosilver/theme/images/portal/*.*
to: styles/proVacation/theme/images/portal/*.*
open: styles/proVacation/template/overall_footer.html
Find
Tip: This may be a partial find and not the whole line.In-line Add beforeCode: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
open: styles/proVacation/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 id="search-box"> <form action="{U_SEARCH}" method="post" id="search"> <fieldset> <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> <input class="button2" value="{L_SEARCH}" type="submit" /><br /> </fieldset> </form> </div>
Tip: Add these lines on a new blank line before the preceding line(s) to find.Add afterCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Tip: Add these lines on a new blank line after the preceding line(s) to find.FindCode: Select all
<!-- ENDIF -->
Tip: This may be a partial find and not the whole line.Add afterCode: Select all
<!-- ENDIF --></div> </div> <div style="text-align: center;"> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> </div>
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 Add beforeCode: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
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
<!-- ENDIF --> <a name="start_here"></a> <div id="page-body" style="padding-left:5px;padding-right:5px;"> <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> <div id="information" class="rules">
Tip: Add these lines on a new blank line before the preceding line(s) to find.open: styles/proVacation/theme/stylesheet.cssCode: Select all
<!-- ENDIF -->
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/proVacation/template/portal/block/announcements_compact.htmlCode: Select all
@import url("portal.css");
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_ANNOUNCEMENTS}</dt> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <!-- ENDIF --> <dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd> {$C_BLOCK_H_R}
Tip: Replace the preceding line(s) to find with the following lines.open: styles/proVacation/template/portal/block/news_compact.htmlCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->style="center"<!-- ELSE -->style="center"<!-- ENDIF -->>{L_LATEST_ANNOUNCEMENTS}</dt> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <dd class="lastpost" style="center"><span>{L_LAST_POST}</span></dd> <!-- ENDIF --> {$C_BLOCK_H_R}
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_NEWS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_NEWS}</dt> <!-- IF S_DISPLAY_NEWS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <!-- ENDIF --> <dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd> {$C_BLOCK_H_R}
Tip: Replace the preceding line(s) to find with the following lines.open: styles/proVacation/template/portal/_block_config.htmlCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_NEWS_RVS -->style="center"<!-- ELSE -->style="center"<!-- ENDIF -->>{L_LATEST_NEWS}</dt> <!-- IF S_DISPLAY_NEWS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <dd class="lastpost" style="center"><span>{L_LAST_POST}</span></dd> <!-- ENDIF --> {$C_BLOCK_H_R}
replace with: (click the link to get the code)
_block_config.html for proVacation
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:
Aus dem B3P-download-paket must Du zuerst die install.xml ausführen.
(kopiere diese Dateien bitte aus dem B3P download-paket.)
kopiere: root/styles/prosilver/template/portal/*.*
nach: styles/proVacation/template/portal/*.*
kopiere: root/styles/prosilver/theme/portal.css
nach: styles/proVacation/theme/portal.css
kopiere: root/styles/prosilver/theme/images/portal/*.*
nach: styles/proVacation/theme/images/portal/*.*
Öffne: styles/proVacation/template/overall_footer.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile davor einfügenCode: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Öffne: styles/proVacation/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 id="search-box"> <form action="{U_SEARCH}" method="post" id="search"> <fieldset> <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> <input class="button2" value="{L_SEARCH}" type="submit" /><br /> </fieldset> </form> </div>
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.Danach einfügenCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach 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
<!-- ENDIF --></div> </div> <div style="text-align: center;"> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> </div>
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 davor einfügenCode: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
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
<!-- ENDIF --> <a name="start_here"></a> <div id="page-body" style="padding-left:5px;padding-right:5px;"> <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> <div id="information" class="rules">
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.Öffne: styles/proVacation/theme/stylesheet.cssCode: Select all
<!-- ENDIF -->
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.Öffne: styles/proVacation/template/portal/block/announcements_compact.htmlCode: Select all
@import url("portal.css");
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_ANNOUNCEMENTS}</dt> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <!-- ENDIF --> <dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd> {$C_BLOCK_H_R}
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: styles/proVacation/template/portal/block/news_compact.htmlCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->style="center"<!-- ELSE -->style="center"<!-- ENDIF -->>{L_LATEST_ANNOUNCEMENTS}</dt> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <dd class="lastpost" style="center"><span>{L_LAST_POST}</span></dd> <!-- ENDIF --> {$C_BLOCK_H_R}
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_NEWS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_NEWS}</dt> <!-- IF S_DISPLAY_NEWS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <!-- ENDIF --> <dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd> {$C_BLOCK_H_R}
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: styles/proVacation/template/portal/_block_config.htmlCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_NEWS_RVS -->style="center"<!-- ELSE -->style="center"<!-- ENDIF -->>{L_LATEST_NEWS}</dt> <!-- IF S_DISPLAY_NEWS_RVS --> <dd class="posts" style="width: 11%">{L_REPLIES}</dd> <dd class="views" style="width: 11%">{L_VIEWS}</dd> <dd class="lastpost" style="center"><span>{L_LAST_POST}</span></dd> <!-- ENDIF --> {$C_BLOCK_H_R}
Ersetze mit: (folge dem Link um zum Code zu gelangen)
_block_config.html für proVacation
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien