Search found 27 matches
- Mon Feb 15, 2021 7:46 pm
- Forum: General Support
- Topic: Galleries
- Replies: 4
- Views: 348
Re: Galleries
download here: https://wiki.flatpress.org/res:plugins: ... ickgallery
- Mon Feb 15, 2021 2:09 pm
- Forum: General Support
- Topic: Use PHP in entries
- Replies: 18
- Views: 1269
Re: Use PHP in entries
plugin inlinephp
http://flatpress.cz/flatpress/fp-plugin ... inephp.zip
http://flatpress.cz/flatpress/fp-plugin ... inephp.zip
Code: Select all
[exec]echo(rand(10,100));
echo PHP_VERSION;[/exec]
- Mon Feb 15, 2021 1:53 pm
- Forum: General Support
- Topic: Galleries
- Replies: 4
- Views: 348
Re: Galleries
Hi, I use plugin QuickGallery and files uploaded with ftp://
[gallery=images/galerie height=200]
http://mohelno.cz/flatpress-master/?pag ... eubytovani
[gallery=images/galerie height=200]
http://mohelno.cz/flatpress-master/?pag ... eubytovani
- Sun Feb 14, 2021 6:53 pm
- Forum: FlatPress project
- Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
- Replies: 32
- Views: 2516
Re: First beta release of FlatPress 1.2 "Legato": Please help testing
Now I try flatpress-master.zip (14.2), it is OK.
Please add lang_cs commentcenter from viewtopic.php?f=3&t=206#p640
Please add lang_cs commentcenter from viewtopic.php?f=3&t=206#p640
- Sun Feb 14, 2021 5:37 pm
- Forum: FlatPress project
- Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
- Replies: 32
- Views: 2516
Re: First beta release of FlatPress 1.2 "Legato": Please help testing
I upgrade to PHP Version 7.4.6 !
new instalation flatpress-master.zip
When loggin, get errors:
new instalation flatpress-master.zip
When loggin, get errors:
Code: Select all
http://mohelno.cz/pokus/%7B$baseurl%7Dlogin.php?do=logout
- Wed Feb 10, 2021 8:26 am
- Forum: FlatPress project
- Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
- Replies: 32
- Views: 2516
Re: First beta release of FlatPress 1.2 "Legato": Please help testing
I disagree, not all users have the option to upgrade the server.
I think backward compatibility is better, after all, delete only a few space.
I think backward compatibility is better, after all, delete only a few space.
- Wed Feb 10, 2021 5:01 am
- Forum: FlatPress project
- Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
- Replies: 32
- Views: 2516
Re: First beta release of FlatPress 1.2 "Legato": Please help testing
Problem solved: "Parse error: syntax error, unexpected end of file" I correct 5 file.php, problem was "space" before code, now work also in PHP 7.0 Please replace in beta release of FlatPress 1.2 STR; (delete space before) in plugin.accessibleantispam.php END; (delete space befo...
- Tue Feb 09, 2021 9:56 pm
- Forum: FlatPress project
- Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
- Replies: 32
- Views: 2516
Re: First beta release of FlatPress 1.2 "Legato": Please help testing
I send missing lang.cs-cz for commentcenter and setup.
- Tue Feb 09, 2021 5:09 pm
- Forum: FlatPress project
- Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
- Replies: 32
- Views: 2516
Re: First beta release of FlatPress 1.2 "Legato": Please help testing
And in setup is not language selection.
'descrl1' => 'Select your language.',
'descrl2' => '<a class="hint" onclick="toggleinfo();">Not in the list?</a>'
'descrl1' => 'Select your language.',
'descrl2' => '<a class="hint" onclick="toggleinfo();">Not in the list?</a>'
- Tue Feb 09, 2021 12:33 pm
- Forum: FlatPress project
- Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
- Replies: 32
- Views: 2516
Re: First beta release of FlatPress 1.2 "Legato": Please help testing
I add \setup\lang\lang.cs-cz.php but install is at englisch language.
Is problem with capital? I got: cs_CZ
<?php
$locale = locale_accept_from_http($_SERVER['HTTP_ACCEPT_LANGUAGE']);
echo $locale;
?>
Is problem with capital? I got: cs_CZ
<?php
$locale = locale_accept_from_http($_SERVER['HTTP_ACCEPT_LANGUAGE']);
echo $locale;
?>