Search found 46 matches

by George
Fri Aug 19, 2022 2:28 pm
Forum: General Support
Topic: Social media button only in the post single view.
Replies: 8
Views: 6220

Re: Social media button only in the post single view.

I think if you remove {include file=shared:entry_webshare_button.tpl} <!--- an dieser Stelle befinden sich die Social Media Share-Buttons ---> from entry-default.tpl and edit index.tpl look for the line {/entry_block} on my file it is line 16 and put your code there it might work for you just a quic...
by George
Sat Aug 13, 2022 9:15 am
Forum: Plugin support
Topic: using webshare API
Replies: 5
Views: 4292

Re: using webshare API

hi guys, firstly i wouldn't bother with a plugin for three snippets of code pasted into the theme. it works fine out of the box :) the {literal}{/literal} tags allow a block of data to be taken literally. This is typically used around Javascript or stylesheet blocks where {curly braces} would interf...
by George
Wed Aug 10, 2022 6:35 pm
Forum: General Support
Topic: Admin Required Link
Replies: 15
Views: 8397

Re: Admin Required Link

i think php version 5.6.39 is too out of date.
7.4 should be fine is your code working out of flatpress?
by George
Wed Aug 10, 2022 3:07 pm
Forum: General Support
Topic: Admin Required Link
Replies: 15
Views: 8397

Re: Admin Required Link

you are going to have to give us more information
what version of flatpress are you using ?
what php version are you using ?
by George
Wed Aug 10, 2022 8:19 am
Forum: General Support
Topic: Admin Required Link
Replies: 15
Views: 8397

Re: Admin Required Link

as Arvid said in his previous post your PHP code needs to be encapsulated in [exec]php code [/exec]
by George
Wed Aug 03, 2022 5:14 am
Forum: General Support
Topic: Admin Required Link
Replies: 15
Views: 8397

Re: Admin Required Link

The {php} tag is disabled by default. Enable with $smarty->allow_php_tag=true
by George
Tue Aug 02, 2022 7:05 pm
Forum: General Support
Topic: Admin Required Link
Replies: 15
Views: 8397

Re: Admin Required Link

just create a new static page but do not add it to the menu
by George
Sat Jul 09, 2022 1:44 pm
Forum: Plugin support
Topic: using webshare API
Replies: 5
Views: 4292

Re: using webshare API

Thanks Arvid , i have added to wiki
by George
Wed Jun 29, 2022 5:08 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37557

Re: Need help testing: Smarty update

Just to say ive test on window 10 with xampp and PHP Version 8.0.19Image Also Linux (AlmaLinux 8.6) php 7.2.24
by George
Wed Jun 29, 2022 2:16 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37557

Re: Need help testing: Smarty update

Hi guys i downloaded and installed a a couple of hours ago. It fell apart when i tried to us FlatMistyLook theme and i had to reinstall So i quickly modified leggero to suit my needs, have create a static page and also made a blog post, no problems logging in or out using chrome opera or firefox so ...