Page 2 of 2

Re: Avelion Theme...

Posted: Sun Feb 11, 2024 12:56 pm
by fraenkiman
eagleman wrote: Sun Feb 11, 2024 6:34 am Is still compatible with Flatpress 1.2?
Yes 👍

Re: Avelion Theme...

Posted: Sat Feb 24, 2024 1:29 pm
by fraenkiman
Hello everyone

Aerys-Aeksio has reported the error via Github that a PHP error has occurred in the admin theme panel:

Code: Select all

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /volume2/web/flatpress/admin/panels/themes/admin.themes.php on line 44.
FlatPress is not the cause here. The cause lies in the Avelion theme. Please correct the theme.conf.php file in line 4.
Theme URL must be Theme URI.

I will upload an updated version to the wiki over the weekend.

With best regards
Frank

Re: Avelion Theme...

Posted: Sat Feb 24, 2024 9:23 pm
by fraenkiman
Hello everyone,

I have updated the Avelion theme in the wiki.
What I noticed when quickly clicking through is that you can't edit existing entries and static pages in the admin panel. This error was also fixed in the update. A switch to HTML5 has also been made.

I recommend always having the Leggero template of the same name open in the second tab for comparison. This is the best template for migrating a theme to Smarty4/ FlatPress 1.3.

With best regards
Frank

Re: Avelion Theme...

Posted: Mon May 27, 2024 10:30 am
by lantaca
hi to all
i have made the porting on FP the avelion theme many hears ago
sorry for the no support.
And i haven't time and capacity to update because is many hears i don't play with CSS and template...

feel free to make the updates and send me the corrected file so I can replace the old ones. I have made several other themes that will need updating

actually... can you help me update the Leggero2plus theme?

Re: Avelion Theme...

Posted: Mon May 27, 2024 11:06 am
by eagleman
lantaca wrote: Mon May 27, 2024 10:30 am hi to all
i have made the porting on FP the avelion theme many hears ago
sorry for the no support.
And i haven't time and capacity to update because is many hears i don't play with CSS and template...

feel free to make the updates and send me the corrected file so I can replace the old ones. I have made several other themes that will need updating

actually... can you help me update the Leggero2plus theme?
I'm updating almost every theme, and is not to difficult.
Most of the times you have to change [include] tags with quotation marks on the name of the file, for example change [include_file=file.ext] with [include_file="file.ext] in every tpl files. I know, it's a quite long job, but easy. Maybe I'll update Leggero2plus soon.

Re: Avelion Theme...

Posted: Mon May 27, 2024 1:39 pm
by lantaca
Thak you
i try to update

i think i have to rebuilt the Leggero2plus theme because there are to many file to update, also some template of admin and fp-default and fp-interface/lang folders

i'll try to make a theme only in theme folder

Re: Avelion Theme...

Posted: Tue May 28, 2024 11:50 am
by eagleman
lantaca wrote: Mon May 27, 2024 1:39 pm Thak you
i try to update

i think i have to rebuilt the Leggero2plus theme because there are to many file to update, also some template of admin and fp-default and fp-interface/lang folders

i'll try to make a theme only in theme folder
Ok, you're welcome.
I forgot something. The correct syntax is [include_file="file.ext"].
The previous one has a typo. You have to change this tag for every occurrence into all tpl files.