Style Version: 1.0.5
phpBB Version: 3.0.8
Board3Portal Version: 1.0.4 / 1.0.5 / 1.0.6
Style Download: http://demo.phpbb3styles.net/CA+Vintage
Screenshot: 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/ca_vintage/template/portal/*.*
copy: root/styles/prosilver/theme/portal.css
to: styles/ca_vintage/theme/portal.css
copy: root/styles/prosilver/theme/images/portal/*.*
to: styles/ca_vintage/theme/images/portal/*.*
open: styles/ca_vintage/template/overall_header.html
find:Before add:Code: Select all
<div id="page-header">
find:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Inline find:Code: Select all
<li class="icon-home"><!-- IF .navlinks --><span class="home-extra"><!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <!-- IF navlinks.S_LAST_ROW --></span><!-- ENDIF --><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
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 class="block-clear"></div> </div></div> <div class="block-footer"><span></span><div></div></div> </div> </div>
Code: Select all
<!-- ENDIF -->
Open: styles/ca_vintage/template/overall_footer.html
find:Inline find:Code: Select all
<li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Inline add before:Code: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Open: styles/ca_vintage/template/portal/block/news_compact.htmlCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> »<!-- ENDIF -->
find:replace with:Code: 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}
Open: styles/ca_vintage/theme/stylesheet.cssCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_NEWS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_NEWS}</dt> {$C_BLOCK_H_R} <ul class="topiclist"> <li class="header"> <dl class="icon"> <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> </dl> </li> </ul>
find:add after:Code: Select all
@import url("colours.css");
Open: styles/ca_vintage/theme/portal.cssCode: Select all
@import url("portal.css");
find:replace with:Code: Select all
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
open: styles/ca_vintage/template/portal/_block_config.htmlCode: Select all
background-image: url("{T_THEME_PATH}/images/post_show.gif");
replace with: (click the link to get the code)
_block_config.html for CA Vintage
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/ca_vintage/template/portal/*.*
kopiere: root/styles/prosilver/theme/portal.css
nach: styles/ca_vintage/theme/portal.css
kopiere: root/styles/prosilver/theme/images/portal/*.*
nach: styles/ca_vintage/theme/images/portal/*.*
Öffne: styles/ca_vintage/template/overall_header.html
Finde:Davor einfügen:Code: Select all
<div id="page-header">
Finde:Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
In der Zeile finde:Code: Select all
<li class="icon-home"><!-- IF .navlinks --><span class="home-extra"><!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <!-- IF navlinks.S_LAST_ROW --></span><!-- ENDIF --><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
In der Zeile direkt 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 class="block-clear"></div> </div></div> <div class="block-footer"><span></span><div></div></div> </div> </div>
Code: Select all
<!-- ENDIF -->
Öffne: styles/ca_vintage/template/overall_footer.html
Finde:In der Zeile finde:Code: Select all
<li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
In der Zeile direkt davor einfügen:Code: Select all
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Öffne: styles/ca_vintage/template/portal/block/news_compact.htmlCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> »<!-- ENDIF -->
Finde:Ersetze mit:Code: 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}
Öffne: styles/ca_vintage/theme/stylesheet.cssCode: Select all
{$C_BLOCK_H_L} <dt <!-- IF S_DISPLAY_NEWS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_NEWS}</dt> {$C_BLOCK_H_R} <ul class="topiclist"> <li class="header"> <dl class="icon"> <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> </dl> </li> </ul>
Finde:Danach einfügen:Code: Select all
@import url("colours.css");
Öffne: styles/ca_vintage/theme/portal.cssCode: Select all
@import url("portal.css");
Finde:Ersetze mit:Code: Select all
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
Öffne: styles/absolution/template/portal/_block_config.htmlCode: Select all
background-image: url("{T_THEME_PATH}/images/post_show.gif");
Ersetze mit: (folge dem Link um zum Code zu gelangen)
_block_config.html für CA Vintage
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien