[RC] Aero for phpBB 3.2.9

For style authors to post and receive feedback on 3.2.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
rick5150
Registered User
Posts: 283
Joined: Wed Feb 02, 2005 6:19 pm

Re: [RC] Aero for phpBB 3.2.8

Post by rick5150 »

The css change us perfect. Thanks!
User avatar
Gumboots
Registered User
Posts: 800
Joined: Fri Oct 11, 2019 1:59 am

Re: [RC] Aero for phpBB 3.2.8

Post by Gumboots »

jrolson wrote: Thu Nov 14, 2019 5:48 pm As for the logo issue, you could either make the logo longer which would push the description content down or in
theme/common.css
Find,

Code: Select all

.logo {
    float: left;
    width: auto;
    padding: 10px 13px 5px 0;
}
Add after

Code: Select all

.sitename {
    float: left;
}
If you want them stacking vertically why float either of them? Floating is usually for when you don't want things to stack. They'll sit at the left by default anyway, and block display makes them stack. Rather the adding more code you could lose some and get the same result.

Code: Select all

.logo {
    display: block;
    padding: 10px 13px 5px 0;
}
That should work. There's no need to declare width: auto; since that is default behaviour anyway, and the floated #search-box will play nicely with a block: display; .logo.
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.9

Post by jrolson »

Aero 1.0.12 Released

*updated for phpBB 3.2.9
*refreshed new forum and topic icons
CheGuevara
Registered User
Posts: 57
Joined: Wed Mar 15, 2006 11:04 am

Re: [RC] Aero for phpBB 3.2.9

Post by CheGuevara »

Hi,

Safe to assume that there will be a 3.3 update eventually? Thanks for your work!
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.9

Post by jrolson »

CheGuevara wrote: Mon Jan 06, 2020 11:52 pm Hi,

Safe to assume that there will be a 3.3 update eventually? Thanks for your work!
Yes, it will take a little more time though since there's more changes.
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: [RC] Aero for phpBB 3.2.9

Post by 2600 »

jrolson wrote: Mon Jan 06, 2020 6:43 pm Aero 1.0.12 Released

*updated for phpBB 3.2.9
*refreshed new forum and topic icons
Thanks!
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am

Re: [RC] Aero for phpBB 3.2.9

Post by Clipto »

It has been a while since I updated my forum, and thus Aero.
What an amazing improvements have been made, love it!
Lots of customization I've made, are now configurable, awesome to see how good the devs listen to the community.

I do have a question, I am running 3.2.9 with the latest Aero.

On ACP-Board settings-Boardstyle:
Default style: aero
Guest style: aero
Override user style: Yes

In /phpBB3/styles/aero/template/config.html:
<!-- DEFINE $A_DEFAULT_COLOR = 'pink' -->
<!-- DEFINE $A_COLOR_SWITCHER = '1' -->

But somehow in none of my browsers I am able to change colors.
I do see the colorpicker, it looks as it links only to #
I've cleared cooking on my browsers, purged cache in the ACP.
ALso I've played around with disabling the override setting in the ACP, but (as expected) this didn't do anything.

What am I missing here?
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.9

Post by jrolson »

Clipto wrote: Tue Jan 07, 2020 9:25 pm It has been a while since I updated my forum, and thus Aero.
What an amazing improvements have been made, love it!
Lots of customization I've made, are now configurable, awesome to see how good the devs listen to the community.

I do have a question, I am running 3.2.9 with the latest Aero.

On ACP-Board settings-Boardstyle:
Default style: aero
Guest style: aero
Override user style: Yes

In /phpBB3/styles/aero/template/config.html:
<!-- DEFINE $A_DEFAULT_COLOR = 'pink' -->
<!-- DEFINE $A_COLOR_SWITCHER = '1' -->

But somehow in none of my browsers I am able to change colors.
I do see the colorpicker, it looks as it links only to #
I've cleared cooking on my browsers, purged cache in the ACP.
ALso I've played around with disabling the override setting in the ACP, but (as expected) this didn't do anything.

What am I missing here?
Can you open your browser's dev tools and see if the cookie is being created?
cookie.jpg
Are you using any mods that would conflict with the cookie/javascript required for the color switcher?

If you click on a color and nothing happens, it would probably be a javascript issue.. Your browser/server is blocking possibly?

You could also try a clean wipe of the aero folder and re-upload all files just in case you have missing/corrupt files on the server.
You do not have the required permissions to view the files attached to this post.
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am

Re: [RC] Aero for phpBB 3.2.9

Post by Clipto »

Not running any mods, apart from Tapatalk integration.
No cookies here, so let's re-upload all files.

*edit* Nope, no difference..
You do not have the required permissions to view the files attached to this post.
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am

Re: [RC] Aero for phpBB 3.2.9

Post by Clipto »

I do also see this:
You do not have the required permissions to view the files attached to this post.
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.9

Post by jrolson »

Clipto wrote: Wed Jan 08, 2020 12:01 pm I do also see this:
Looks like a jquery issue.

Look in overall_footer.html and confirm you have this,

Code: Select all

<script src="{T_JQUERY_LINK}"></script>
Also check if you have this file,
phpbb\assets\javascript\jquery.min
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am

Re: [RC] Aero for phpBB 3.2.9

Post by Clipto »

Jup, both are in place.
You do not have the required permissions to view the files attached to this post.
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.9

Post by jrolson »

My guess would be that there's something stopping jquery from running...

Could it be the Tapatalk integration? I'm not sure, I've never used it.

Your not using free hosting are you? As most block javascript to stop spam bots.
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am

Re: [RC] Aero for phpBB 3.2.9

Post by Clipto »

I will try disabling Tapatalk and see what that gives, would be surprised if it would block it tho.
No, i'm running the board on my own servers, as I am a Vimexx reseller (one of the larger hosting providers in the Netherlands).
I'll send them a support ticket too, might the action disabling Tapatalk would not be succesfull.
WIll let you know the outcome, thanks so far!
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am

Re: [RC] Aero for phpBB 3.2.9

Post by Clipto »

My host told me they do not block anything.
So I re-uploaded the file in the phpBB3/assets/javascript folder and now it's working fine..
Must have been something wrong with the files in the first place.
Good thing the solution wasn't anything hard.

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