[Release] Aero (phpBB 3.0.6)

For style authors to post and receive feedback on styles still in development. Any development styles you wish to use on your live board should be installed with caution!

AeroGreen Logo

Postby miguelavelar » Thu Apr 23, 2009 10:24 pm

I'm new in here, and i install the phpbb 3.04 last version. And i install the theme AeroGreen. I have a problem in logo.

I go to ACP ->Templates-> images and put a image to main logo. I refresh and run cache.

But it didn'twork! So i think this theme need to set logo in some file, or something like that.

Please Help! :roll:


Sorry for bad english!
miguelavelar
Registered User
 
Posts: 1
Joined: Thu Apr 23, 2009 10:16 pm

Re: AeroGreen Logo

Postby jrolson » Fri Apr 24, 2009 10:26 pm

miguelavelar wrote:I'm new in here, and i install the phpbb 3.04 last version. And i install the theme AeroGreen. I have a problem in logo.

I go to ACP ->Templates-> images and put a image to main logo. I refresh and run cache.

But it didn'twork! So i think this theme need to set logo in some file, or something like that.


http://www.phpbbhq.com/viewtopic.php?f=6&t=4
Last edited by jrolson on Tue May 19, 2009 9:57 pm, edited 1 time in total.
User avatar
jrolson
Registered User
 
Posts: 498
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: AeroGreen Logo

Postby MzVette » Tue May 19, 2009 1:44 pm



The link is dead. Is the site still up?
MzVette
Registered User
 
Posts: 375
Joined: Wed Feb 11, 2004 3:54 am
Location: California Dreaming!

Re: [Release] Aero (phpBB 3.0.4)

Postby jrolson » Tue May 19, 2009 3:49 pm

Yes, the site is having problems, i'll try to get it back up as fast as I can.

Mirror links at,
http://www.phpbb3styles.net
Last edited by jrolson on Wed May 20, 2009 4:33 am, edited 1 time in total.
User avatar
jrolson
Registered User
 
Posts: 498
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.4)

Postby MzVette » Tue May 19, 2009 3:54 pm

OK. Thanks for responding.
MzVette
Registered User
 
Posts: 375
Joined: Wed Feb 11, 2004 3:54 am
Location: California Dreaming!

Re: [Release] Aero (phpBB 3.0.4)

Postby jrolson » Tue May 19, 2009 4:04 pm

Aero 1.3.1 Released

*New User Control Panel tab buttons, didnt like the old ones.

Image
User avatar
jrolson
Registered User
 
Posts: 498
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.4)

Postby momentum » Wed May 20, 2009 9:49 am

I installed the AeroBlue style on a test board some time back (under phpBB 3.0.2) and at the time I found a post showing how to hold the background stationery while scrolling any of the pages.

I'm currently planning on installing the style on a live site and would like to use the same trick, but can't find the original post and no longer have the 3.0.2 test installation.

Can anyone help me?

Craig.
QOTY: phpBB is free, good hosting is not. - robert (Lumpy Burgertushie)
User avatar
momentum
Registered User
 
Posts: 1506
Joined: Thu Sep 20, 2007 4:07 am
Location: Melbourne, Australia

Re: [Release] Aero (phpBB 3.0.4)

Postby jrolson » Wed May 20, 2009 5:07 pm

momentum wrote:I installed the AeroBlue style on a test board some time back (under phpBB 3.0.2) and at the time I found a post showing how to hold the background stationery while scrolling any of the pages.

I'm currently planning on installing the style on a live site and would like to use the same trick, but can't find the original post and no longer have the 3.0.2 test installation.

Can anyone help me?

Craig.


Find,
Code: Select all
body {
   /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   color: #000000;
   background-color: #CCE3F3;
   background-image: url('./images/bg.gif');
   background-repeat: repeat-x;
   background-position: top;
   background-attachment: scroll;
   font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
   margin: 0 auto;
}

Change
background-attachment: scroll;
to
background-attachment: fixed;
User avatar
jrolson
Registered User
 
Posts: 498
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.4)

Postby momentum » Thu May 21, 2009 2:02 am

Absolutely perfect! Thanks very much. :D

Craig.
QOTY: phpBB is free, good hosting is not. - robert (Lumpy Burgertushie)
User avatar
momentum
Registered User
 
Posts: 1506
Joined: Thu Sep 20, 2007 4:07 am
Location: Melbourne, Australia

Re: [Release] Aero (phpBB 3.0.4)

Postby Ilsagon » Fri May 22, 2009 12:36 pm

Hi there. Got a little problem with AeroBlue. I wanted to install the Calendar Mod by alightner and well, the installation says that I have to modify "styles/prosilver/theme/buttons.css" and "styles/prosilver/theme/colours.css" (It works fine with prosilver, but I wanted to include it into AeroBlue, so I took the included temps for subsilver and made the same changes to the AeroBlue temps as I did with the prosilver templates [Changing index.php and the overall_header.php ain't a problem...]). My problem is, that I dont find buttons.css and colours.css.

Thats what I had to include into buttons.css

Find:
Code: Select all
.forwardpm-icon span    { background: none 0 0 no-repeat; }


Add After:
Code: Select all
/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-day-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-week-icon span   { background: transparent none 0 0 no-repeat; }
.calendar-month-icon span  { background: transparent none 0 0 no-repeat; }


Find:
Code: Select all
.buttons div.forwardpm-icon   { width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }


Add After:
Code: Select all
/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
   
   Note the "text-align: left" was added because there were a few instances where the icons were cut in half...
   adding the text align property helps reserve enough space to fully display the icon.
*/
.buttons div.calendar-new-icon   { width: {IMG_BUTTON_CALENDAR_NEW_WIDTH}px; height: {IMG_BUTTON_CALENDAR_NEW_HEIGHT}px; text-align: left; }
.buttons div.calendar-day-icon   { width: {IMG_BUTTON_CALENDAR_DAY_WIDTH}px; height: {IMG_BUTTON_CALENDAR_DAY_HEIGHT}px; text-align: left; }
.buttons div.calendar-week-icon   { width: {IMG_BUTTON_CALENDAR_WEEK_WIDTH}px; height: {IMG_BUTTON_CALENDAR_WEEK_HEIGHT}px; text-align: left; }
.buttons div.calendar-month-icon   { width: {IMG_BUTTON_CALENDAR_MONTH_WIDTH}px; height: {IMG_BUTTON_CALENDAR_MONTH_HEIGHT}px; text-align: left; }



And here the changes, that would be made in colours.css:

Find:
Code: Select all
.bg3   { background-color: #cadceb; }


Add After:
Code: Select all
/* -------------------------
   calendar mod additions...
   ------------------------- */
   
/* uses border-top-color = .bg3 background-color
(the line between events in the month display) */
hr.hrCal {
   border-top-color: #cadceb;
}

/* uses color from h1
   (calendar header previous and next links) */
.calH1 {
   color: #FFFFFF;
   font-weight: bold;
   font-size:200%
}

/* The from and to times take up a lot of
  space in the calendar display.
  Use this to shrink them */
.smCalText{font-size:85%}

/* bg4 is just slightly darker then bg3
  (used in calendar headers) */
.bg4   { background-color: #8DB8DE; }

/* uses background-color of .bg3
    (used to display the numbers and icons for
    each day in the month and week view displays ) */
table tbody td.bg3_calMonH{
   background-color: #cadceb;
   font-size:85%
}

/* uses background-color of .bg4
    (used to display the numbers and icons for
    each day in the month and week view displays ) */
table tbody td.bg4_calMonH{
   background-color: #8DB8DE;
   font-size:85%
}

/* uses background-color of .bg1
   (used to display days in calendar month/week view) */
table.table1 tbody td.bg1_calMon {
   background-color: #ECF3F7;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 4px;
}
/* uses background-color of .bg2
   (used to display days in calendar month/week view) */
table.table1 tbody td.bg2_calMon {
   background-color: #e1ebf2;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 4px;
}
/* uses background-color of .bg3
   (used to display days in calendar month/week view) */
table.table1 tbody td.bg3_calMon {
   background-color: #cadceb;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 4px;
}


/* uses background-color of .bg1
   uses border-top-color = .forumbg background-color
   (used to display events in calendar day view) */
table.table1 tbody td.bg1_calDay {
   background-color: #ECF3F7;
   border-top-color: #12A3EB;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 3px;
   padding-right: 3px;
}

/* uses background-color of .bg3
   uses border-top-color = .forumbg background-color
   (used to display negative space in calendar day view) */
table.table1 tbody td.bg3_calDay {
   background-color: #cadceb;
   border-top-color: #12A3EB;
}

/* -------------------------
   calendar mod end
   ------------------------- */


Find:
Code: Select all
.forwardpm-icon span   { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}


Add After:
Code: Select all
/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span    { background-image: url("{IMG_BUTTON_CALENDAR_NEW_SRC}") ;}
.calendar-day-icon span     { background-image: url("{IMG_BUTTON_CALENDAR_DAY_SRC}") ;}
.calendar-week-icon span    { background-image: url("{IMG_BUTTON_CALENDAR_WEEK_SRC}") ;}
.calendar-month-icon span   { background-image: url("{IMG_BUTTON_CALENDAR_MONTH_SRC}") ;}


Anyone out there who could tell me where to include these commands in the AeroBlue Style? At the moment, I just skipped them, but I'm not sure whether this works. I already asked in the Mod-Topic, but they told me to ask here, because they dont know how to handle this in a mixed style with prosilver and subsilver... Would be really glad if anyone could help me out :)
Ilsagon
Registered User
 
Posts: 58
Joined: Sun Mar 08, 2009 7:11 pm

Re: [Release] Aero (phpBB 3.0.4)

Postby Ilsagon » Sat May 23, 2009 3:36 pm

BumP and another question: Is there a possibility to increase the line spacing in the memberlist_view, so that the spaces between the lines (e.g. Between Registered and Last Visited) become a bit bigger? In my opinion, the whole lines in the Memberlist View are a bit to narrow / closely together and I want them to a bit farer away from each other. Using the br Command wont help me, cause that would be to much space between the lines. I just want the Memberlist Tables (Marked in the Screen), to have a Line Spacing of about 1,25 or 1,5...

Hope u understood me and can help me with this problem and my problem mentioned above :)


Attached:
Image
Ilsagon
Registered User
 
Posts: 58
Joined: Sun Mar 08, 2009 7:11 pm

Re: [Release] Aero (phpBB 3.0.4)

Postby Ilsagon » Sun May 24, 2009 2:57 pm

And yet another problem. My header buttons split up, if the text inside gets too long. It looks like that:

Image

See the square, starting right at the "B" fromm Berechtigungen and ending at the "n" of the same word? This happens with all buttons, when the text gets too long (e.g. Logout ( User Name) when the Username exceeds about 15 chars). Can anyone tell me how to get rid of this problem, how to adjust the memberlist view mentioned in the post above and where to make the changes mentioned in the post 2 posts above...!?

Thanks in advance :)
Ilsagon
Registered User
 
Posts: 58
Joined: Sun Mar 08, 2009 7:11 pm

Re: [Release] Aero (phpBB 3.0.4)

Postby Ilsagon » Tue May 26, 2009 3:40 pm

No support left for this style?
Ilsagon
Registered User
 
Posts: 58
Joined: Sun Mar 08, 2009 7:11 pm

Re: [Release] Aero (phpBB 3.0.4)

Postby jrolson » Tue May 26, 2009 4:56 pm

You would get better support at www.phpbbhq.com
User avatar
jrolson
Registered User
 
Posts: 498
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.5)

Postby hecos » Sun Jun 14, 2009 1:28 pm

AeroBlue is an amazing style and I have been using it for more than a year. I still haven't upgraded to newest version because I still like the old header style much better than the new one.

Would it be possible to "keep" old header style (black line above and under the header instead of just one black line under the header) in a new version of this amazing style and if it would, please tell me how to do it?

Here is an example how header looked before and how I would like it to look after upgrade to newest version (image is coded because I didn't want to advertise site logo ;) ):

Code: Select all
http://i44.tinypic.com/f1du7k.jpg


Thank you in advanced for your answer and for this amazing style.

P.S. I have tried to register on your site, but can't activate my account there (can't receive activation email). My username there is hecos255 ;)
User avatar
hecos
Translator
 
Posts: 20
Joined: Sat Feb 02, 2008 9:10 pm

PreviousNext

Return to [3.0.x] Styles in Development

Who is online

Users browsing this forum: vcej and 10 guests