Search found 132 matches

by WineMan
Sun Mar 22, 2026 9:43 pm
Forum: Theme support
Topic: Change Display of Menu Blocks
Replies: 1
Views: 112

Change Display of Menu Blocks

I really like the new theme but I would like to make a small change in the display. As you can see in the screenshot, there is a space between the menu items in the blocks and I want to eliminate that space (row). Where/how can I do that?
menu.png
menu.png (6.1 KiB) Viewed 112 times
by WineMan
Sat Mar 21, 2026 8:59 pm
Forum: General Support
Topic: Article Links Not Working
Replies: 5
Views: 643

Re: Article Links Not Working

Thank you...it is now working. I will keep testing and see how things go before I go live with it on my webhost.
by WineMan
Sat Mar 21, 2026 8:12 pm
Forum: General Support
Topic: Article Links Not Working
Replies: 5
Views: 643

Re: Article Links Not Working

I re-installed the application and when clicking on the title of the article, this is the url that is showing: http://localhost/flatpress1.5/2026/03/21/welcome-to-flatpress/comments/ which of course then tells me that there is no such url. I cleared the cache in the earlier instance and in this new ...
by WineMan
Sat Mar 21, 2026 8:03 pm
Forum: General Support
Topic: Article Links Not Working
Replies: 5
Views: 643

Re: Article Links Not Working

Yes, the url is http://, not https://, and I went in and added index.php to the end of the url and that messed everything up. I just deleted everything and started all over again. I will let you know if I run into the same situation.
by WineMan
Sat Mar 21, 2026 3:33 pm
Forum: General Support
Topic: Article Links Not Working
Replies: 5
Views: 643

Article Links Not Working

I tried out the new theme in Flatpress 1.5 and while the new theme looks great (except for the background image), when clicking on the article title or the Read More, I get an error message that the URL cannot be found. In looking back at previous versions, I noted that the url in that version has ...
by WineMan
Fri Jul 18, 2025 5:42 pm
Forum: General Support
Topic: after upgrade to fp1.4 admin password failure
Replies: 11
Views: 44169

Re: after upgrade to fp1.4 admin password failure

Curious as to why some people are having problems with the upgrade(s). Personally I have had no problems at any time, upgrading this application.
by WineMan
Wed Jul 09, 2025 11:57 am
Forum: General Support
Topic: Submit Button
Replies: 20
Views: 80794

Re: Submit Button



Hence my idea of triggering the comparison and sending from a separate plugin, because this triggers a different menu in the admin area (new HTTP request to ?x=feed:rss2 ) and the new entry is then available for sending.


I think I understand how to process works. By separate plugin, I assume ...
by WineMan
Mon Jul 07, 2025 3:15 pm
Forum: General Support
Topic: Submit Button
Replies: 20
Views: 80794

Re: Submit Button



What do you think of the idea of modifying the latest version of the newsletter plugin so that it creates the content of the mail from the RSS feed instead of from the LastEntries and LastComments plugins? This has several advantages:

The widget already exists.
By switching from “Write new ...
by WineMan
Sun Jul 06, 2025 4:40 pm
Forum: General Support
Topic: Submit Button
Replies: 20
Views: 80794

Re: Submit Button

Those are all good suggestions fraenkiman...and perhaps you're right, modifying the newspaper plugin may be the way to go.
by WineMan
Fri Jul 04, 2025 8:52 pm
Forum: General Support
Topic: Submit Button
Replies: 20
Views: 80794

Re: Submit Button

Well, the parse error message is gone, so that is a good thing. Unfortunately, the email notification is not sent and the text file containing the titles of the article is not being updated. Here is the code I am using based on your suggestion.

// Additional output of the entry URL
if (!$do ...