Search found 561 matches

by Arvid
Sat Jul 09, 2022 12:44 pm
Forum: Show off
Topic: ScrapBlox's Flatpress blog
Replies: 11
Views: 12729

Re: ScrapBlox's Flatpress blog

ScrapBlox wrote: Tue Jun 14, 2022 6:52 pm Sorry if this is to self promo
Nah, it's called "Show Off section" for a reason :)
by Arvid
Sat Jul 09, 2022 12:43 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37553

Re: Need help testing: Smarty update

There is still some work to be done, especially in the current Smarty template engine? Hi, no, Smarty is fine as of v4, this is all FlatPress code that still needs to be fixed ( issue 92 ). This is my next big task on our way to PHP 8.1 compatibility - I'll let you know when I'm done! :) All the be...
by Arvid
Sat Jul 09, 2022 12:38 pm
Forum: General Support
Topic: Adding a Form To Site
Replies: 9
Views: 5959

Re: Adding a Form To Site

I was thinking of adding a form to have readers subscribe to the blog. I already have the form completed, I just want to know how to make the page look like the rest of the pages... Use the developer tools of your browser, accessible via the F12 key. With the selector tool (most left botton in the ...
by Arvid
Sat Jul 09, 2022 12:32 pm
Forum: General Support
Topic: Flatpress 1.2.1 and Uploader
Replies: 5
Views: 2858

Re: Flatpress 1.2.1 and Uploader

Was able to reproduce it that way, thanks!
by Arvid
Sat Jul 09, 2022 12:27 pm
Forum: General Support
Topic: Notification Of Comment Received
Replies: 14
Views: 9569

Re: Notification Of Comment Received

Still no idea what exactly could cause that problem.

Does anyone else experience problems with getting mails on new comments?
by Arvid
Sat Jul 09, 2022 12:22 pm
Forum: General Support
Topic: New test for Flatpress 1.3 beta
Replies: 17
Views: 6780

Re: New test for Flatpress 1.3 beta

Hi,

can't confirm. No problems logging in with PHP 7.3:
Image

System requirements will actually rise from PHP 5.6 to 7.1, though; but this comes with the Smarty update (see corresponding branch).

All the best,
Arvid
by Arvid
Sat Jul 09, 2022 12:14 pm
Forum: General Support
Topic: Flatpress Github release - Test with PHP 8.2 Alpha 1
Replies: 10
Views: 14790

Re: Flatpress Github release - Test with PHP 8.2 Alpha 1

Yep, but it needs to be done, though ;)
by Arvid
Sat Jul 09, 2022 12:12 pm
Forum: General Support
Topic: widgets in the header and footer
Replies: 3
Views: 2768

Re: widgets in the header and footer

Hi, in fact, Leggero only supports the left and right widgets, see fp-interface/themes/leggero/widgets.tpl . You can easily add the top and bottom widgets to your custom theme, though - just by adding {widgets pos="top"} or {widgets pos="bottom"} to any tpl file of your theme. In...
by Arvid
Sat Jul 09, 2022 12:01 pm
Forum: General Support
Topic: drop down menu ?
Replies: 3
Views: 2467

Re: drop down menu ?

Hi,

could you please provide codes or a link to the site where one could take a look?

All the best,
Arvid
by Arvid
Sat Jul 09, 2022 11:58 am
Forum: Theme support
Topic: Available themes and Flatpress 1.3 beta
Replies: 15
Views: 17844

Re: Available themes and Flatpress 1.3 beta

Take a look at your browser's development tools (F12). It shows the exact CSS definitions of the header in the "Elements" tab -> use the selector mode (first button in the menu) to select the header and to inspect ts CSS.