[Release] Aero (phpBB 3.0.12)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Ideas Centre
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aero (phpBB 3.0.12)

Post by Hippie459MN »

Ok, I have a question, it seems this style is auto resizing images within posts. Its not doing it in prosilver and another style I have installed. Is there anyway to prevent this from resizing images in the posts?

I cant seem to find it unless I am just missing it somewhere.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.12)

Post by jrolson »

Hippie459MN wrote:Ok, I have a question, it seems this style is auto resizing images within posts. Its not doing it in prosilver and another style I have installed. Is there anyway to prevent this from resizing images in the posts?

I cant seem to find it unless I am just missing it somewhere.
Find and remove in content.css,

Code: Select all

.content img {
    max-width: 790px;
}
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aero (phpBB 3.0.12)

Post by Hippie459MN »

jrolson, Perfect. Thank you. I am using an image resizing mod and that was defeating the purpose of it completely for my use. All is good now though.

:D
sinamics
Registered User
Posts: 8
Joined: Wed Dec 11, 2013 8:16 pm

Re: [Release] Aero (phpBB 3.0.12)

Post by sinamics »

Hi

Thx for a great style.. :)
I do have two problems though..

1#
When i select the style color from the top menu the color is changing as expected, but when i select another page or refresh my page, the color goes back to deafult!!
I believe that when selecting a color it should stay in the current color selected?


2#
Is it possible to move the ORB (start class) window bellow instead of above when pressing the button?
If so, what and where to change?

Image

Any thoughts?





Thx
Sinamics
tielfan
Registered User
Posts: 22
Joined: Thu Dec 10, 2009 2:49 am

Re: [Release] Aero (phpBB 3.0.12)

Post by tielfan »

Can someone please tell me how to change the position of the search box within the header (banner)? I want to replace the original banner with my own image which is taller. I've already figured out how to change the image coding in overall_header, but now the search box is up in the top right corner of the image and I'd like to move it down to the middle or bottom right part of the image. Thank you.
tielfan
Registered User
Posts: 22
Joined: Thu Dec 10, 2009 2:49 am

Re: [Release] Aero (phpBB 3.0.12)

Post by tielfan »

Never mind. I eventually figured it out on my own.
mypress2
Registered User
Posts: 8
Joined: Wed Jan 29, 2014 2:08 pm
Contact:

Re: [Release] Aero (phpBB 3.0.12)

Post by mypress2 »

very sweet theme can anyone help me how to modify the header section thnaks
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York
Contact:

Re: [Release] Aero (phpBB 3.0.12)

Post by Traction »

This theme is amazing, but how do you center a custom banner with the latest version? I uploaded the banner without any problems, I even added a link on the banner. But centering it? No idea. :)
Failure is not an option.
Zap! Classic Video Game Forums
drjawn
Registered User
Posts: 4
Joined: Thu Aug 07, 2014 2:25 pm

Re: [Release] Aero (phpBB 3.0.12)

Post by drjawn »

Trying to add sidebars to this theme with some success. The sidebar however, overlaps the page content at the top and bottom.

Anyone here added a sidebar successfully and if so can you provide the coding for me?
damien990
Registered User
Posts: 17
Joined: Wed Aug 20, 2014 2:16 am

Re: [Release] Aero (phpBB 3.0.12)

Post by damien990 »

Hi

can anybody tell me how to put menu into the board index box?

menu on the top: "view unanswered topic. view new reply..........."

thanks
Esteldor
Registered User
Posts: 7
Joined: Fri Mar 14, 2008 4:23 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by Esteldor »

Sandra95 wrote:
pptol wrote:Another qwestion...

How can I put Logo and Text in my forum at the same time?

Like this:

Image

Thanks in advanced!

Try this:
aero/template/overall_header.html

Find:

Code: Select all

    <!-- IF $A_LOGO == 'logo' -->
    	<div class="imagelogo">
    	<a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/site_logo.png" alt="" /></a>
    	</div>
    <!-- ENDIF -->
    <!-- IF $A_LOGO == 'text' -->
    	<div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="description">{SITE_DESCRIPTION}</span></div>
    <!-- ENDIF -->
Replace with:

Code: Select all

    <!-- IF $A_LOGO == 'logo' -->
    	<div class="imagelogo">
    	<a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/site_logo.png" alt="" /></a>
    	</div>
    	<div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="description">{SITE_DESCRIPTION}</span></div>
    <!-- ENDIF -->
That was a lifesaver but when I do this change the site description and title, place themselves beneath the site logo while I'd very much like them on the right of the logo. Is there a way to do this?
Images:
Currect header:
Image
While I'd prefer it like this:
Image
User avatar
melihonline
Registered User
Posts: 31
Joined: Tue Jul 08, 2008 9:42 pm
Location: Antalya / TÜRKİYE
Name: Melih KAYA
Contact:

Re: [Release] Aero (phpBB 3.0.12)

Post by melihonline »

future phpBB 3.1 compatible version?
İki insan açtır. Biri biliri arayan, diğeri ise parayı.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.12)

Post by jrolson »

melihonline wrote:future phpBB 3.1 compatible version?
Image
ninowebs
Registered User
Posts: 191
Joined: Tue Dec 15, 2009 6:36 pm
Location: Italia Sicilia
Contact:

Re: [Release] Aero (phpBB 3.0.12)

Post by ninowebs »

use aero 1.5.2 in viewtopic I do not work the bbcode
ninowebs
Registered User
Posts: 191
Joined: Tue Dec 15, 2009 6:36 pm
Location: Italia Sicilia
Contact:

Re: [Release] Aero (phpBB 3.0.12)

Post by ninowebs »

Locked

Return to “[3.0.x] Styles in Development”