Page 22 of 22

Re: [Release] Aero (phpBB 3.1.10)

Posted: Wed Jan 25, 2017 6:38 pm
by jrolson
Unfortunately updating this wont be a short term process.

Either I have to write Aero from scratch which will take about a month or longer depending on how busy I am or I have to compare every file to see what code has changed in 3.2 and insert that code...

Both ways would take a long time and it's alot of my time for no reward... please don't expect an Aero update so soon...

Re: [Release] Aero (phpBB 3.1.10)

Posted: Wed Jan 25, 2017 6:52 pm
by silberfuchs
Sad news, but of course understandable!

Re: [Release] Aero (phpBB 3.1.10)

Posted: Sat Jan 28, 2017 9:48 pm
by frederic14123
I do not know much, but I work on it since Friday night (about 15 hours of work). This is the first time I do this, but it takes a start.
It is not perfect yet, but I would like your opinion and some ideas.
PS, changes are still underway for testing so it may be that it crashes from time to time.

I go through a translator because I do not speak English, so sorry for the mistakes.

Version 3.2 Light
http://www.fousdepeche.fr/forum32test/i ... 7331ceb44f

Re: [Release] Aero (phpBB 3.1.10)

Posted: Sat Jan 28, 2017 10:30 pm
by jrolson
Aero for phpBB 3.2 now available!
https://www.phpbb.com/community/viewtop ... &t=2406106

I was able to speed up progress with some new code merging software. :D

Re: [Release] Aero (phpBB 3.1.10)

Posted: Sat Jan 28, 2017 10:36 pm
by frederic14123
I will test now

Edit:

I have bugs with extentions that work perfectly under prosilver. ( board annoncement , board portal 2.1.0)



Re edit :
Otherwise, I saw nothing wrong. I will be able to add my personal changes.

Re: [Release] Aero (phpBB 3.1.10)

Posted: Mon Jan 30, 2017 9:17 pm
by Clipto
Found a problem with private messages in this theme with the recent 3.2 compatible version.
My forum is in Dutch, but you'll get the problem seeing this image:

Re: [Release] Aero (phpBB 3.1.10)

Posted: Wed Feb 01, 2017 5:58 pm
by jrolson
Clipto wrote: Mon Jan 30, 2017 9:17 pm Found a problem with private messages in this theme with the recent 3.2 compatible version.
My forum is in Dutch, but you'll get the problem seeing this image:
Could not replicate this problem. Try flushing your cache.

Re: [Release] Aero (phpBB 3.1.10)

Posted: Thu Feb 02, 2017 11:09 pm
by richey
Thanks so much for the update guys .... VERY appreciated!!

Re: [Release] Aero (phpBB 3.1.10)

Posted: Fri Feb 03, 2017 11:44 am
by Clipto
jrolson wrote: Wed Feb 01, 2017 5:58 pm Could not replicate this problem. Try flushing your cache.
Tried that already, didn't help.
Disabled the two extensions I have running:
* Tapatalk Plugin for phpBB 3.1/3.2
* External Links Open in New Window

But that isn't the issue either.
I made some small adjustments to the theme (as discussed in this topic in the past).

Find .postprofile in content.css
Change float: right to float: left
Change border-width: 0 0 0 1px; to border-width: 0 1px 0 0;

Find .postbody in content.css
Change float: left to float: right

Now I've succesfully transferred the profile items to the left, the 'online banner' is still placed on the right.
Just behind the edit and quotation buttons, so not readable.
Is that thing transferrable to the left too? :oops:

Found it:
In the same file as before, around line 765:
.online {
background-image: none;
background-position: 18% 0;
background-repeat: no-repeat;
}


Other than that I have absolutely no clue what causes this?

Re: [Release] Aero (phpBB 3.1.10)

Posted: Sat Feb 04, 2017 10:10 am
by 2600
It may be an extension that is interfering. Which means you have to deactivate a handful of extensions at a time to see what's wrong.

Re: [Release] Aero (phpBB 3.1.10)

Posted: Fri Feb 10, 2017 10:16 am
by Clipto
Clipto wrote: Fri Feb 03, 2017 11:44 am Disabled the two extensions I have running:
* Tapatalk Plugin for phpBB 3.1/3.2
* External Links Open in New Window

But that isn't the issue either.
Tried that already?

Re: [Release] Aero (phpBB 3.1.10)

Posted: Fri Feb 10, 2017 8:16 pm
by frederic14123
I have a small question to change a function of this style. Is it possible to replace collapsible categories with displaceable categories?
If so, how to proceed?
Thank you.


I thought about this, but I do not know how to integrate it.
http://codepen.io/thgreasi/pen/PGRoRY

Re: [Release] Aero (phpBB 3.1.10)

Posted: Sat Feb 11, 2017 4:13 pm
by jrolson
frederic14123 wrote: Fri Feb 10, 2017 8:16 pm I have a small question to change a function of this style. Is it possible to replace collapsible categories with displaceable categories?
If so, how to proceed?
Thank you.

I thought about this, but I do not know how to integrate it.
http://codepen.io/thgreasi/pen/PGRoRY
It is possible as I remember seeing this done before in a phpBB style a good while back but I don't remember the name of it...

You would also have to integrate cookies to remember the set location.
Keep in mind, the forum order in the "jump to" box and ect. would stay the same which may be confusing for some users.

Re: [Release] Aero (phpBB 3.1.10)

Posted: Sat Mar 24, 2018 7:19 pm
by aleso13
frederic14123 wrote: Fri Feb 10, 2017 8:16 pm I have a small question to change a function of this style. Is it possible to replace collapsible categories with displaceable categories?
If so, how to proceed?
Thank you.


I thought about this, but I do not know how to integrate it.
http://codepen.io/thgreasi/pen/PGRoRY
UP, I'm also after replacing those categories, can anyone please evaluate a little bit more? I'm trying by trial and error for 3 hours already and nothing seem to be working. (Sorry for my grammar I'm not native)