Search found 576 matches

by Arvid
Sat Jul 09, 2022 12:22 pm
Forum: General Support
Topic: New test for Flatpress 1.3 beta
Replies: 17
Views: 7191

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: 15193

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: 2932

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: 2651

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: 18980

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.
by Arvid
Sat Jul 09, 2022 11:52 am
Forum: Theme support
Topic: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design
Replies: 13
Views: 24709

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Great :) Thanks for letting us know!
by Arvid
Sat Jul 09, 2022 11:51 am
Forum: Theme support
Topic: 24 themes to convert
Replies: 9
Views: 18041

Re: 24 themes to convert

Yeah, that would be nice indeed. If anyone gives it a shot, please add your results to the wiki's themes page!
by Arvid
Sat Jul 09, 2022 11:48 am
Forum: Plugin support
Topic: using webshare API
Replies: 5
Views: 4896

Re: using webshare API

Hi,

thanks for sharing (hrhr) this!
If you like, freel free to make this permanent on a wiki page linked from https://wiki.flatpress.org/doc:tips :)

All the best,
Arvid
by Arvid
Sat Jul 09, 2022 11:46 am
Forum: Plugin support
Topic: Getting BBCode to work
Replies: 19
Views: 16823

Re: Getting BBCode to work

Hi,

this is not the expected behaviour. Do you have JavaScript enabled in your browser? Which FlatPress version are you running?

All the best,
Arvid
by Arvid
Tue Jun 28, 2022 7:31 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 14
Views: 39430

Re: Need help testing: Smarty update

Hi, thank you very much for testeing and reporting. Oddly, I can't reproduce this behaviour. I took the Smarty Update branch freshly from GitHub and put it in my PHP 8.1.2 XAMPP environment (Windows). Installer worked like a charm (well, with a deprecated warning I need to take care of ), and finall...