Search found 107 matches

by WineMan
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: 768

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\\fl...
by WineMan
Sun Feb 11, 2024 4:30 pm
Forum: Development and tests
Topic: Updated Final theme
Replies: 8
Views: 1301

Re: Updated Final theme

How/where do you change to the different styles of this theme
by WineMan
Sun Dec 31, 2023 3:49 pm
Forum: General Support
Topic: Comment Identifier
Replies: 7
Views: 11075

Re: Comment Identifier

Hashover comment system works with HTMLy out of the box so this post can be eliminated.
by WineMan
Wed Nov 22, 2023 12:11 am
Forum: General Support
Topic: How to remove the Contact page safely
Replies: 14
Views: 30851

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 n...
by WineMan
Fri Nov 17, 2023 8:42 pm
Forum: General Support
Topic: How to remove the Contact page safely
Replies: 14
Views: 30851

Re: How to remove the Contact page safely

Thank you fraenkiman, I will try your QuickSpamFilter suggestion as well.
by WineMan
Fri Nov 17, 2023 8:27 pm
Forum: General Support
Topic: How to remove the Contact page safely
Replies: 14
Views: 30851

Re: How to remove the Contact page safely

Thank you so much eagleman for your help on this. I had not seen this option before and now that I have, I am going to try to have all comments approved before being displayed...hopefully that will slow down the spam. If that doesn't stop it, I can always delete it as you have described.
by WineMan
Fri Nov 17, 2023 3:45 pm
Forum: General Support
Topic: How to remove the Contact page safely
Replies: 14
Views: 30851

Re: How to remove the Contact page safely

I know I shouldn't hijack a page, but I am having the same problems with a significant increase in spam comments. Can the comment module be deleted and if so, how? I've looked at the possibility of not allowing url's in the comments but can't figure out how to do that. Thanks.
by WineMan
Sat Oct 28, 2023 4:47 pm
Forum: General Support
Topic: Comment Notification
Replies: 3
Views: 14214

Re: Comment Notification

Thanks for the heads up...when can we expect the next version to be released?
by WineMan
Fri Jul 28, 2023 3:37 pm
Forum: Theme support
Topic: Responsive theme
Replies: 19
Views: 48128

Re: Responsive theme

Tried using the FlatMist theme and my screen displayed a white page. The error log provided this error: [php7:error] [pid 19356:tid 2196] [client 127.0.0.1:62044] PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "file:C:\\usbwebserver8.6.3\\root\\flatpress-master\\fp-inte...
by WineMan
Tue Jul 25, 2023 5:17 pm
Forum: General Support
Topic: Comment Notification
Replies: 3
Views: 14214

Comment Notification

Currently, Flatpress will send the admin an email notification of any comment posted to any of the blog posts. I wanted to send an email notification to any subscriber of my blog, and I did that by changing the code in the comments.php file to the following. This starts at line 228 and ends at line ...