Search found 113 matches
- Thu Jun 12, 2025 7:04 pm
- Forum: General Support
- Topic: Comment Email Approval
- Replies: 1
- Views: 164
Re: Comment Email Approval
Never mind...I found the setting.
- Thu Jun 12, 2025 2:15 pm
- Forum: General Support
- Topic: Comment Email Approval
- Replies: 1
- Views: 164
Comment Email Approval
I know the rsetting is right in front of me, but I can't see it. Where do I remove the need for the admin to approve comments that are posted? I'm testing version 1.4 of Flatpress.
- Wed Feb 12, 2025 4:28 am
- Forum: Plugin support
- Topic: NEW Plugin - random-quote
- Replies: 5
- Views: 40377
Re: NEW Plugin - random-quote
I have this plugin working on a blog post, what needs to be done to display it in the header.
- Sat Oct 12, 2024 8:46 pm
- Forum: Development and tests
- Topic: After the release is before the release!
- Replies: 9
- Views: 60850
Re: After the release is before the release!
Yep, it is working correctly now. Thanks for your help.
BTW, I am running this development version of Flatpress on php7.4.27 if that makes any difference.
BTW, I am running this development version of Flatpress on php7.4.27 if that makes any difference.
- Sat Oct 12, 2024 8:09 pm
- Forum: Development and tests
- Topic: After the release is before the release!
- Replies: 9
- Views: 60850
Re: After the release is before the release!
Hello WineMan,
please download the customized DataChange plugin and copy it to your test system.
datechanger106-dev.zip
The DateChanger toolbar should show the following display logic:
English (US) -> MM/DD/YYYYY
Japanese -> YYYY/MM/DD
Standard format for most European countries: DD/MM/YYYY ...
- Sat Oct 12, 2024 3:49 am
- Forum: Development and tests
- Topic: After the release is before the release!
- Replies: 9
- Views: 60850
Re: After the release is before the release!
I just downloaded the pre-release version of Flatpress and wrote an entry. Everything went well, no problems in the writing of the article, adding categories or deleting an item in the menu list. What I did notice is that the date of the article is being displayed as November 10, 2024 when it is in ...
- Thu Apr 04, 2024 7:56 pm
- Forum: Development and tests
- Topic: FlatPress 1.3: Release Candidate 1 released, please help testing
- Replies: 13
- Views: 82392
Re: FlatPress 1.3: Release Candidate 1 released, please help testing
Using php 7.1.11 on a localhost, the installation stopped once I added the user information (Step 1). The error message stated:
[Thu Apr 04 12:49:53.969476 2024] [php7:crit] [pid 21128:tid 1256] [client 127.0.0.1:62507] PHP Parse error: syntax error, unexpected ')' in C:\\usbwebserver8.6.2\\root ...
[Thu Apr 04 12:49:53.969476 2024] [php7:crit] [pid 21128:tid 1256] [client 127.0.0.1:62507] PHP Parse error: syntax error, unexpected ')' in C:\\usbwebserver8.6.2\\root ...
- Sun Feb 11, 2024 4:30 pm
- Forum: Development and tests
- Topic: Updated Final theme
- Replies: 8
- Views: 106985
Re: Updated Final theme
How/where do you change to the different styles of this theme
- Sun Dec 31, 2023 3:49 pm
- Forum: General Support
- Topic: Comment Identifier
- Replies: 7
- Views: 19796
Re: Comment Identifier
Hashover comment system works with HTMLy out of the box so this post can be eliminated.
- Wed Nov 22, 2023 12:11 am
- Forum: General Support
- Topic: How to remove the Contact page safely
- Replies: 14
- Views: 48141
Re: How to remove the Contact page safely
With the help of a developer friend, this piece of code was added in comments.php file. In my case it was added beginning online 138
if (preg_match("~href|http|[^\s\.]{2,10}\.[^\s\.]{2,30}\.[^\s\.]{2,10}~i",$content)) { //URL found (href | http | xxx.yyy.zzz))
$errors ['content'] = 'URLs not ...
if (preg_match("~href|http|[^\s\.]{2,10}\.[^\s\.]{2,30}\.[^\s\.]{2,10}~i",$content)) { //URL found (href | http | xxx.yyy.zzz))
$errors ['content'] = 'URLs not ...