(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:
Code: Select all
Before add:
<div id="page-header">
Code: Select all
find:
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Code: Select all
Inline find:
<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>
Code: Select all
Inline add before:
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Code: Select all
find:
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Code: Select all
add after:
<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:
Code: Select all
Inline find:
<li class="leftside"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Code: Select all
Inline add before:
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Code: Select all
Open: styles/ca_vintage/template/portal/block/news_compact.html<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> »<!-- ENDIF -->
find:
Code: Select all
replace with:
{$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}
Code: Select all
Open: styles/ca_vintage/theme/stylesheet.css{$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:
Code: Select all
add after:
@import url("colours.css");
Code: Select all
Open: styles/ca_vintage/theme/portal.css@import url("portal.css");
find:
Code: Select all
replace with:
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
Code: Select all
open: styles/ca_vintage/template/portal/_block_config.htmlbackground-image: url("{T_THEME_PATH}/images/post_show.gif");
replace with:
_block_config.html
Code: Select all
if you follow these edits, here's the files you end up with
<!--version $Id: _block_config.html v1.0.5 adapted by: marc1706 $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="block-caption block-caption-header">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</div><div class="block-border block-block block-with-caption"><div class="block-content"><div class="block-inner"><div class="block-inner2">' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<div class="block-clear"></div></div></div></div><div class="block-footer"><span></span><div></div></div></div>' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="block-caption block-caption-header"><dl>' -->
<!-- DEFINE $C_BLOCK_H_R = '</dl></div><div class="block-border block-block block-with-caption"><div class="block-content"><div class="block-inner"><div class="block-inner2">' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<div class="block-clear"></div></div></div></div><div class="block-footer"><span></span><div></div></div></div>' -->
<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->
<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
<!-- DEFINE $S_POSTBODY_TOP = 1 -->
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->