Updated Azure theme

Ask questions about FlatPress themes, present your themes, request new themes.
Post Reply
eagleman
Posts: 196
Joined: Sat Mar 02, 2019 12:10 pm

Updated Azure theme

Post by eagleman » Sun Feb 18, 2024 3:03 pm

Hello
as usual, this is the updated version of a theme. This time is Azure.
I have tested it and works fine.
Just download it from here.
Attachments
azure.zip
Updated Azure theme for Flatpress 1.3
(11.68 KiB) Downloaded 24 times

User avatar
Arvid
FlatPress Coder
Posts: 576
Joined: Sat Jan 26, 2019 7:40 pm
Contact:

Re: Updated Azure theme

Post by Arvid » Fri Mar 29, 2024 6:35 pm

Hi,

thanks for your work! Trying the theme, I noticed a few glitches:
  • Errors on the Theme panel in the Admin Area. Solution: Add comment block to theme.conf.php:

    Code: Select all

    /*
     * Theme Name: ...
     * Theme URI: ...
     * Description: ...
     * Version: ...
     * Author: ...
     * Author URI: ...
     */
  • BBCode in static pages is not being parsed. Solution in static.tpl, line 8:

    Code: Select all

    {$content|tag:the_content}
    instead of

    Code: Select all

    {$content}
  • PHP warnings when viewing the Contact page. Solution in default.tpl, line 7:

    Code: Select all

    {if isset($rawcontent)} {$content}
    instead of

    Code: Select all

    {if $rawcontent} {$content}

Please feel free to upload the ZIP file to the wiki and update the wiki page :)

All the best
Arvid

eagleman
Posts: 196
Joined: Sat Mar 02, 2019 12:10 pm

Re: Updated Azure theme

Post by eagleman » Sat Mar 30, 2024 2:43 pm

This is the new azure theme.
I have applied all the changes suggested by Arvid.
For any other problem with this theme, let me know
Attachments
azure.zip
Updated Azure theme
(11.7 KiB) Downloaded 9 times

User avatar
Arvid
FlatPress Coder
Posts: 576
Joined: Sat Jan 26, 2019 7:40 pm
Contact:

Re: Updated Azure theme

Post by Arvid » Sun Apr 21, 2024 1:17 pm

Thanks :)

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests