Page 1 of 1

download the portal style AeroRed ?

Posted: 7. April 2010 11:19
by snoooopy
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hello,

I would like to download the portal style AeroRed for my forum,
viewtopic.php?style=3&p=19671#p19671

But I find not the link
Would have you the direct link so that I can download it, svp?

Thank you in advance for your help.
Cordially

Re: download the portal style AeroRed ?

Posted: 7. April 2010 12:28
by Marc
You'll have to do the edits yourself. Just follow the step by step guide.

Re: download the portal style AeroRed ?

Posted: 7. April 2010 14:04
by snoooopy
The probleme it is because this link:
http://www.phpbbhq.com/?p=16

Me sendings in the download of the style forum,

But not of the portal ??

Cordially

Re: download the portal style AeroRed ?

Posted: 7. April 2010 16:34
by Marc
You don't need to download the style for the portal. You just need the Board3 Portal package and then follow the instructions.

Re: download the portal style AeroRed ?

Posted: 7. April 2010 17:38
by snoooopy
Yes but that asks to copy these files
Copy: root/styles/prosilver/template/portal/*.*
To: styles/prosilver/template/portal/*.*
Copy: root/styles/prosilver/template/portal/block/*.*
To: styles/prosilver/template/portal/block/*.*
Copy: root/styles/prosilver/theme/portal.css
To: styles/prosilver/theme/portal.css
Copy: root/styles/prosilver/theme/images/portal/*.*
To: styles/prosilver/theme/images/portal/*.*
And the style corresponds not
It is not grave, I copy it all the same in my theme Aerored?

Dsl, I am really noob on this subject there :(

Cordially

Re: download the portal style AeroRed ?

Posted: 7. April 2010 18:34
by Marc
I thought the step by step guide explained it pretty good:
This Guide is written for AeroRed, but it works for AeroBlack, AeroGreen and AeroBlue also. If you want to use this Guide for ..Black ..Green or ..Blue you just have to replace "AeroRed" with the Name of your Style in this Guide.

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/subsilver2/template/portal/*.*
to: styles/AeroRed/template/portal/*.*
copy: root/styles/subsilver2/theme/images/portal/*.*
to: styles/AeroRed/theme/images/portal/*.*

open: styles/AeroRed/template/breadcrumbs.html
find:

Code: Select all

<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
in-line find:

Code: Select all

<p class="breadcrumbs">
in-line add after:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->

open: styles/AeroRed/template/overall_header.html
find:

Code: Select all

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
<td height="24" align="left" style="background:url('{T_THEME_PATH}/images/bottomm.png');">

<div class="buttonwrapper">
add before:

Code: Select all

  <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
find:

Code: Select all

</td>
    <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
  </tr>
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
  </tr>
</table>
</div>
add before:

Code: Select all

  <!-- ENDIF -->
find:

Code: Select all

	<div id="datebar">
add before:

Code: Select all

   <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
find:

Code: Select all

	<br style="clear: both;" />

	<!-- INCLUDE breadcrumbs.html -->

	<br />
add after:

Code: Select all

   <!-- ENDIF -->

open: styles/AeroRed/template/portal/_block_config.html
replace with: (choose your Style)
AeroRed
AeroGreen
AeroBlack
AeroBlue

DIY instructions: Knowledge Base: Changes to forums styles

Re: download the portal style AeroRed ?

Posted: 8. April 2010 15:43
by snoooopy
Thank you very much, I go re to try

@+ snoooopy