download the portal style AeroRed ?

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
snoooopy
Active Member
Posts: 4
Joined: 7. April 2010 11:11

download the portal style AeroRed ?

Post 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
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: download the portal style AeroRed ?

Post by Marc »

You'll have to do the edits yourself. Just follow the step by step guide.

Topic author
snoooopy
Active Member
Posts: 4
Joined: 7. April 2010 11:11

Re: download the portal style AeroRed ?

Post 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
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: download the portal style AeroRed ?

Post 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.

Topic author
snoooopy
Active Member
Posts: 4
Joined: 7. April 2010 11:11

Re: download the portal style AeroRed ?

Post 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
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: download the portal style AeroRed ?

Post 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

Topic author
snoooopy
Active Member
Posts: 4
Joined: 7. April 2010 11:11

Re: download the portal style AeroRed ?

Post by snoooopy »

Thank you very much, I go re to try

@+ snoooopy
Locked

Return to “board3 Portal 1.0.x - English Support”