Search found 576 matches

by Arvid
Wed Feb 24, 2021 7:20 pm
Forum: FlatPress project
Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
Replies: 32
Views: 127672

Re: First beta release of FlatPress 1.2 "Legato": Please help testing

Please, go to the Administration area, click on Entries, click on Comment Center and then click on Configure the plugin. Should be simple to reproduce :D Did this as described, but the error message is just not occuring on my system. Might be some different settings in FP or the plugin...? Is anyon...
by Arvid
Mon Feb 22, 2021 6:13 pm
Forum: General Support
Topic: Use PHP in entries
Replies: 18
Views: 18954

Re: Use PHP in entries

Would I still be able to set what that variable is on a per static page basis (as my code awas attempting to allow me), or would it just be the same variable every time? Because the former is the desired behaviour. I'm also a bit overwhelmed about how to add such to my existing code, so any advice ...
by Arvid
Sat Feb 20, 2021 12:21 pm
Forum: General Support
Topic: Use PHP in entries
Replies: 18
Views: 18954

Re: Use PHP in entries

Sadly, the URL never gets defined, and as such the URL ends up as "mysite.com/<?php%20echo%20$link;?>" instead of "mysite.com/pagename". You need to tell your plugin to assign Smarty variables. function yourFunction() { global $smarty; $smarty->assign('yourvariable', 'some value...
by Arvid
Sat Feb 20, 2021 11:53 am
Forum: FlatPress project
Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
Replies: 32
Views: 127672

Re: First beta release of FlatPress 1.2 "Legato": Please help testing

I send missing lang.cs-cz for commentcenter and setup. flatpress_lang_cs.zip Now part of FlatPress 1.2 - děkuji! :) the german language pack has no file in the setup folder :shock: Do not fear, it now has :D Administration area - Entries - Comment Center - Configure the plugin Warning: Uninitialize...
by Arvid
Sun Feb 14, 2021 5:53 pm
Forum: FlatPress project
Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
Replies: 32
Views: 127672

Re: First beta release of FlatPress 1.2 "Legato": Please help testing

Lubomír, this is the faulty code I meant here ;)
Please get the current snapshot from GitHub and update the five files I listed, then everything should be fine again. Please let us know!

All the best,
Arvid
by Arvid
Sun Feb 14, 2021 5:49 pm
Forum: Plugin support
Topic: Lastcommentsadmin error
Replies: 10
Views: 11777

Re: Lastcommentsadmin error

Good news indeed, thanks for letting us know! :)
by Arvid
Sun Feb 14, 2021 11:01 am
Forum: General Support
Topic: latest entries in static page
Replies: 4
Views: 3498

Re: latest entries in static page

Note to myself: The proposed changes have side effects. I put "[lastentries]" into an entry. The latest entries are displayed correctly, but the "comments" link below the page leads to the comments page of the latest entry display by the Last Entries plugin. Weird... Also a littl...
by Arvid
Sun Feb 14, 2021 10:55 am
Forum: FlatPress project
Topic: First beta release of FlatPress 1.2 "Legato": Please help testing
Replies: 32
Views: 127672

Re: First beta release of FlatPress 1.2 "Legato": Please help testing

Attention folks, my yesterday's fix of the heredoc strings was faulty. I just committet a new version, please test with the new one! Files affected: fp-plugins/accessibleantispam/plugin.accessibleantispam.php fp-plugins/adminarea/plugin.adminarea.php fp-plugins/jquery/plugin.jquery.php fp-plugins/li...
by Arvid
Sat Feb 13, 2021 7:46 pm
Forum: General Support
Topic: latest entries in static page
Replies: 4
Views: 3498

Re: latest entries in static page

Good to hear the gallery works. Regarding the Last Entries topic: I'm afraid this is not possible with the current plugin version. The plugin output is meant to be used as a widget, not in entries or statics. To achieve this, it might just be neccessary to add a BBCode element "lastentries"...
by Arvid
Sat Feb 13, 2021 7:33 pm
Forum: General Support
Topic: include other content
Replies: 3
Views: 3094

Re: include other content

Good to hear :)