Page 1 of 1

Updated Flatread theme

Posted: Tue Mar 19, 2024 2:31 pm
by eagleman
Hello,
For Num7 pleasure and joy, here is the updated Flatread theme for Flatpress 1.3.
I have already tested on my flatpress 1.3 test installation and works absolutely fine.
Download from the bottom of this post.

P.S. the secret to make a theme compatible with flatpress 1.3 is to quote every [include file] tag into all .tpl files.
For example:
Change [include file=header.tpl] to [include file="header.tpl"]

Re: Updated Flatread theme

Posted: Tue Mar 19, 2024 9:24 pm
by Num7
Hey man, you almost beat me to it. I updated it earlier today on GitHub:
https://github.com/Num7normalis/flatread

I released v1.1 that's fully compatible with FlatPress 1.3 and contains a couple of bug fixes.
https://github.com/Num7normalis/flatrea ... s/tag/v1.1

I also updated the Wiki page, so that everything is clear.

Feel free to make a pull request on GH if I forget something. Or let me know here if it's easier for you. I'll be more than happy to integrate whatever changes you did that I may have missed.

See ya!

Re: Updated Flatread theme

Posted: Tue Mar 19, 2024 10:25 pm
by eagleman
Thanks.
You have already made almost all my changes, except one.
I have double quoted {include file=$content} into default.tpl file.
I don't know if it's necessary, but in this way I can see the default Flatread title font on Flatpress 1.3.
Make a simple test with and without this change and let me know if you can see any difference.

Re: Updated Flatread theme

Posted: Wed Mar 20, 2024 11:33 am
by Num7
Odd, I fixed it, but I didn't notice any difference. Can you share a screenshot of what you see on your end?

I committed it anyway, to keep all file-includes properly quoted and standard.