[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!
fnys
Registered User
Posts: 26
Joined: Sun Oct 24, 2010 11:52 pm
Location: Stockholm
Name: Fredrik Nyström

Re: [Release] Aero for phpBB 3.2.2

Post by fnys »

Hi!
I've got a problem that maybe isn't the Aero styles fault but I don't get any help in the extension topic and I'm really hoping that you could help me anyway or tell me at least where to look at, in which files that could cause this problem...

Style: Aero for phpBB 3.2.2
Extension: [3.2][DEV] Form Maker/Creator

This is my problem:
This doesn't happens in prosilver but when I use Aero style, posting a new topic and choosing "Form mode" I get double of every button.
See pictures below:
Image

Image

What could cause this problem?
If someone need login details and URL to my site, just send me a PM.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero for phpBB 3.2.2

Post by jrolson »

My guess is that the mod is looking for specific code for the buttons to remove so it can replace it with the other buttons.

The problem is that it cant find this code to hide these buttons. There might be a change in the code somewhere in Aero that is making it hard for the mod to find.

This may be tricky to fix without knowing what specific code the mod is looking for and in what file...

I will search through the code and try to figure out what is causing this.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero for phpBB 3.2.2

Post by jrolson »

Found the issue,

In formcreator/styles/prosilver/theme/formcreator_buttons.css

Find,

Code: Select all

.panel.bg2 .inner .submit-buttons {
	display: none;
}
Replace with,

Code: Select all

.panel.bg1 .inner .submit-buttons {
	display: none;
}
Aero uses bg1 instead of bg2.
sinalco
Registered User
Posts: 21
Joined: Fri Dec 25, 2015 11:00 pm

Re: [Release] Aero for phpBB 3.2.2

Post by sinalco »

good day

is there a German language file for aero for phpbb3.2.2?

I do not see any in the folder
lg sina
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero for phpBB 3.2.3

Post by jrolson »

Aero 1.0.3 Released

*updated for phpBB 3.2.3
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero for phpBB 3.2.4

Post by jrolson »

Aero 1.0.4 released
*updated for phpBB 3.2.4
jjndig
Registered User
Posts: 8
Joined: Tue Dec 18, 2018 11:31 am
Location: England

Re: [RC] Aero for phpBB 3.2.4

Post by jjndig »

Really really nice work! I love how there's loads of colour schemes available! Also looks very professional and well-adapted; reminds me more of Vista Aero which is a good thing! :)
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.5

Post by jrolson »

Aero 1.0.5 released
*updated for phpBB 3.2.5

changed files
style.cfg
template/memberlist_email.html
User avatar
twm49
Registered User
Posts: 32
Joined: Fri Dec 18, 2015 12:42 am
Location: Milan - Italy
Contact:

Re: [RC] Aero for phpBB 3.2.5

Post by twm49 »

Great work. Thank you
Tito sorry my bad English
php 7.3.27 - PhpBB 3.3.3 => my forum 3rotaie.it
Link al sito ufficiale italiano per l'assistenza di phpBB
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.5

Post by 2600 »

Have a slight issue. Testing 3.2.5 with Aero and Aero black, Aero black doesn't show the avatar on preview of a topic using the Topic Preview extension and the web page is like constantly loading and filling the error log with this:

Code: Select all

A general error occurred: 404: Not Found
» /styles/aero_black/theme/images/no_avatar.gif
With just Aero and Win10 black it works fine. I haven't tried the other Aero colors except dark.

Topic Preview extension is here: https://www.phpbb.com/customise/db/exte ... icpreview/

Keep in mind I'm using the error pages extension so it will catch apparent 404's. What ever the case, there's something in the code that's not right.
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
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.5

Post by jrolson »

The simple fix would be to copy no_avatar.gif from
aero/theme/images

into the other color folders.
aero_black/theme/images
aero_green/theme/images
aero_pink/theme/images
aero_purple/theme/images
aero_red/theme/images
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.5

Post by 2600 »

Thanks, that works. No idea why that would make my current avatar show up in a topic preview, but it works.
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
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.6

Post by jrolson »

Aero 1.0.6 Released!

*updated for phpBB 3.2.6
*color folders removed & replaced with color selector in config.html
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Aero for phpBB 3.2.7

Post by jrolson »

Aero 1.0.7 released!
*security fixes for phpBB 3.2.7
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.7

Post by 2600 »

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:
Post Reply

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