Search found 576 matches

by Arvid
Sat Oct 08, 2022 1:45 pm
Forum: General Support
Topic: Flatpress 1.2.1 issue #132 - Months are displayed in the wrong language in the search
Replies: 14
Views: 7700

Re: Flatpress 1.2.1 issue #132 - Months are displayed in the wrong language in the search

Unfortunately, updating Smarty changed the code of function.html_select_date.php significantly - we'll have to adapt the fix to the new Smarty code. Please see my posting here.
I opened a new issue.

All the best,
Arvid
by Arvid
Sat Oct 08, 2022 1:39 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 14
Views: 38918

Re: Need help testing: Smarty update

Hi, I'm happy to finally announce that I (should have) finished my work on PHP 8.1 compatibility . I merged both the issue92_strftime and issue94_smartyupdate branch into the master, solving these tasks: Adding a replacement for strftime() which is marked as deprecated as of PHP 8.1 ( issue #92 ). C...
by Arvid
Sun Oct 02, 2022 6:01 pm
Forum: General Support
Topic: Login failed
Replies: 4
Views: 2868

Re: Login failed

Carl, welcome to the FlatPress support forum! The tutorial you went through seems good, but it's quite a few years old. It still references to FlatPress version 1.0 ("Solenne"), which is really old and will not run properly under current PHP versions. But don't worry, simply get the latest...
by Arvid
Sun Oct 02, 2022 12:21 pm
Forum: General Support
Topic: widgets in the header and footer
Replies: 3
Views: 2881

Re: widgets in the header and footer

Is this worth of being a tutorial on the wiki?
by Arvid
Sun Oct 02, 2022 12:18 pm
Forum: General Support
Topic: Plugin Aksimet and Comment Center
Replies: 3
Views: 2617

Re: Plugin Aksimet and Comment Center

Sorry for being late on this one...
We need to make both plugins work together, there's an issue. Still needs to be tackled, though.

All the best,
Arvid
by Arvid
Sun Oct 02, 2022 12:05 pm
Forum: General Support
Topic: Creating A Plugin
Replies: 6
Views: 3067

Re: Creating A Plugin

Thanks for helping, Frank.

This just screams for an FAQ page on the wiki! :D
by Arvid
Sun Oct 02, 2022 11:31 am
Forum: General Support
Topic: Notification Of Comment Received
Replies: 14
Views: 10183

Re: Notification Of Comment Received

Glad it works now - thx Frank :)
by Arvid
Sun Oct 02, 2022 11:29 am
Forum: General Support
Topic: Dutch translation
Replies: 7
Views: 4463

Re: Dutch translation

Hi and welcome to the FlatPress support forum,

thank you very much for your work. I added the reworked files to the FlatPress repository.
Hartelijk dank! :)

All the best,
Arvid
by Arvid
Sun Oct 02, 2022 11:15 am
Forum: General Support
Topic: Adding server sides includes
Replies: 4
Views: 3259

Re: Adding server sides includes

I do not think SSI will work with FlatPress. In FlatPress, the HTML of the page is contained in template files (.tpl) that are being processed by the Smarty engine (which itself is a PHP program). So the web server isn't serving any HTML files directly to the client; technically, it just serves the ...