[RC] Aero for phpBB 3.3.11

For style authors to post and receive feedback on 3.3.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.8

Post by jrolson »

Aero 1.1.10 released
*updated for phpBB 3.3.8
jamalsaleh
Registered User
Posts: 1
Joined: Tue Aug 09, 2022 6:12 am

Re: [RC] Aero for phpBB 3.3.8

Post by jamalsaleh »

default color header_blue_rtl.png is not loading
other colors same photo is loading
if i set default color to black, then header_black_rtl.png is not loading while other colors are loading including blue !!
what can I do to fix ??


thanks in advance
User avatar
R3n
Registered User
Posts: 51
Joined: Tue Jan 12, 2021 3:08 am

Re: [RC] Aero for phpBB 3.3.8

Post by R3n »

I'm looking for an unmodified version 1.1.2 of this theme. I modified 1.1.2, and I'm not sure what all I changed, I would like to compare to that version.
User avatar
dbrewood
Registered User
Posts: 446
Joined: Tue Feb 09, 2021 9:35 am
Name: Daron Brewood
Contact:

Re: [RC] Aero for phpBB 3.3.8

Post by dbrewood »

Is a forthcoming update for phpBB 3.3.9 planned?

Thanks as always
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.8

Post by jrolson »

An update is coming soon...

The only change is in template/posting_topic_review.html

Find on Line 39

Code: Select all

<li>
Change to,

Code: Select all

</li>
User avatar
dbrewood
Registered User
Posts: 446
Joined: Tue Feb 09, 2021 9:35 am
Name: Daron Brewood
Contact:

Re: [RC] Aero for phpBB 3.3.8

Post by dbrewood »

Many thanks for that, I've made the change here :)
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.10

Post by jrolson »

Aero 1.1.12 released
*updated for phpBB 3.3.10

(Only change is template/ajax.js)
SeewolfPK
Registered User
Posts: 109
Joined: Sat Apr 09, 2011 10:18 am

Re: [RC] Aero for phpBB 3.3.10

Post by SeewolfPK »

The collapsible categories is fine.

Is it possible to exclude the collapsed categories from the search for unread posts?
Best wishes
Paul
User avatar
R3n
Registered User
Posts: 51
Joined: Tue Jan 12, 2021 3:08 am

Re: [RC] Aero for phpBB 3.3.10

Post by R3n »

Would it be possible to use a custom logo for each color? I tried doing it once before, but I wasn't able to figure it out because CSS hard.
User avatar
cabot
Registered User
Posts: 678
Joined: Sat Jan 07, 2012 4:16 pm
Contact:

Re: [RC] Aero for phpBB 3.3.10

Post by cabot »

Hello,

There are several ways of doing this, here's one.
  • Set $A_REVERT_LOGO value to 1 in config.html:

    Code: Select all

    <!-- DEFINE $A_REVERT_LOGO = '1' -->
  • Then declare each logo in the color stylesheets (blue.css, pink.css, etc.) and place each image in the corresponding directory (blue, pink, et.).

    Code: Select all

    .site_logo {
    	background-image: url("./images/blue/your_logo.foo");
    }

    Code: Select all

    .site_logo {
    	background-image: url("./images/pink/your_logo.foo");
    }
User avatar
R3n
Registered User
Posts: 51
Joined: Tue Jan 12, 2021 3:08 am

Re: [RC] Aero for phpBB 3.3.10

Post by R3n »

That worked, but I also had to define it in colours.css for each color like this.

Code: Select all

.blue .site_logo {
	background-image: url("./images/blue/logo_blue.png");
}
User avatar
cabot
Registered User
Posts: 678
Joined: Sat Jan 07, 2012 4:16 pm
Contact:

Re: [RC] Aero for phpBB 3.3.10

Post by cabot »

Good point, I hadn't thought of the color selector.
User avatar
MandiFaux
Registered User
Posts: 7
Joined: Sun Jul 18, 2021 8:37 pm
Location: Canada
Name: Mandi

Re: [RC] Aero for phpBB 3.3.10

Post by MandiFaux »

Hey there. First off, I love this style. Really impressive. :)

Only issue I am having is trying to get it to work correctly with the Tabbed Profile View extension. This one:

https://www.phpbb.com/customise/db/exte ... ofile_view

I made the following changes and got it close, however the first portion (with the name, edit profile, avatar, rank, rank image, ect) still overlaps the customborder. Here are the changes I did thus far

Code: Select all

common.css (after line 232)
.customborder {
width: 100%;
}


cp.css (after line 138)
.tabs {
width: fit-content;
float: right;
border-radius: 7px;
}
Adding overflow: hidden; to customborder or custombg does make it look correct, however the dropdown menus (like quicklinks) get hidden and not even z-index makes them go above. So overflow hidden isn't an option at this point. Just wondering if there is any other ideas to make the tabbed profile view compatible? Thanks in advance :)
User avatar
MandiFaux
Registered User
Posts: 7
Joined: Sun Jul 18, 2021 8:37 pm
Location: Canada
Name: Mandi

Re: [RC] Aero for phpBB 3.3.10

Post by MandiFaux »

Wish I could edit. Anyways I figured it out. In case anyone wants to use Tabbed Profile with this, along with the changes above. On file memberlist_view.html line 8 make it look like this:

Code: Select all

<div class="custombg"><div class="customborder" style="overflow: hidden;">
That is where overflow hidden needed to be set.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.3.11

Post by jrolson »

Aero 1.1.13 released
*updated for phpBB 3.3.11
Post Reply

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