Search found 49 matches

by Madekozu
Tue May 03, 2022 10:59 pm
Forum: General Support
Topic: IP address in the comments
Replies: 11
Views: 133692

Re: IP address in the comments

It's only a security risk for your wallet if you run your website in Europe ;)

The comments.php is in the root of your FlatPress

On your website: /blog/comments.php
by Madekozu
Tue May 03, 2022 10:54 pm
Forum: Theme support
Topic: Troubleshooting the Leggero theme, a tutorial in 3 parts
Replies: 5
Views: 15050

Troubleshooting the Leggero theme, a tutorial in 3 parts

I've spent a little time over the past few days fixing a few bugs from the Leggero theme.
I have written a detailed tutorial in three parts, which may help you a little.
Since some files will be changed, don't forget to make a backup beforehand. These changes will be lost with the next update, but I ...
by Madekozu
Tue May 03, 2022 7:52 pm
Forum: Theme support
Topic: Category in page title
Replies: 8
Views: 27715

Re: Category in page title

I know the plugin, but unfortunately there is probably still a security problem.
by Madekozu
Tue May 03, 2022 7:48 pm
Forum: General Support
Topic: DST problem?
Replies: 7
Views: 13436

Re: DST problem?

Unfortunately, I only have my demo installation available at the moment, on which the error does not occur. However, only the Welcome post is saved there.
https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Ffp-1-2-1.madekozu.de%2Findex.php%2Ffeed%2Frss2%2F
The error does not occur here, but ...
by Madekozu
Tue May 03, 2022 7:34 pm
Forum: FlatPress project
Topic: 🇩🇪/🇬🇧 No answer within three years
Replies: 12
Views: 123834

Re: 🇩🇪/🇬🇧 No answer within three years

Don't worry - the posts will be back online today or tomorrow at the latest. I will then create a new topic in the appropriate forum area and relink the tutorials there. I'm in the process of transferring everything from FlatPress to my system, of course I still have to adjust a lot by hand, but it ...
by Madekozu
Mon May 02, 2022 8:23 pm
Forum: General Support
Topic: Header Question
Replies: 2
Views: 7827

Re: Header Question

Are you lucky that my crystal ball is working right now and I can see which theme you are using ;)

Locate the /fp-interface/themes/atog/header.tpl file and make a backup of it
In the file you will find these two lines

<a href="{$smarty.const.BLOG_BASEURL}?x=feed:rss2"><i class="fa fa-rss"></i ...
by Madekozu
Mon May 02, 2022 2:34 pm
Forum: Show off
Topic: Robert's FlatPress
Replies: 2
Views: 55436

Re: Robert's FlatPress

Really now? I'm a regular reader and haven't written anything about it here yet? That is impossible.

One notices quickly - there is a DOS friend writing. But there is also something to discover for FlatPress. Especially the category ID generator, which I thought at first - I'll never need it - is ...
by Madekozu
Mon May 02, 2022 2:26 pm
Forum: General Support
Topic: How do I centre the Blog Title?
Replies: 1
Views: 6463

Re: How do I centre the Blog Title?

Better late than never ;)

Go to /fp-interface/themes/leggero/leggero/res/common.css and search there

/* ===== HEADERS TAGS ===== */
h1 {
/* Title of the blog */

add a line below this line

text-align: center;

Save, clear cache, reload page and then the title should be in the middle

If you ...
by Madekozu
Mon May 02, 2022 1:37 pm
Forum: General Support
Topic: Flatpress blog with discord webhook
Replies: 10
Views: 33094

Re: Flatpress blog with discord webhook

Very nice, glad I could help. :)

However, I wouldn't have come across index.php - I'll have to remember that.
by Madekozu
Mon May 02, 2022 1:24 pm
Forum: General Support
Topic: Flatpress blog with discord webhook
Replies: 10
Views: 33094

Re: Flatpress blog with discord webhook

I think I've got the right feed and I'm taking a closer look at it. 8-)

At the very top are three lines that aren't coming from FlatPress itself and are breaking the feed. Now we just need to figure out where the 3 lines are coming from.

<head>
<meta name="viewport" content="width=device-width ...