The place to find help and support
Quick&dirty test, add comment, enable comment, add new entry, preview entry, activate some plugins and change the main FlatPress 1.4 dev (Github 1820) title.... You are welcome to test the current master branch under PHP8.4 ...
Code:
PHP Warning: Language configuration is incomplete in /fp14dev/fp-interface/lang/en-us/lang.conf.php in /fp14dev/fp-includes/core/core.language.php on line 148
Statistics: Posted by laborix — Fri Jan 17, 2025 2:15 pm
Statistics: Posted by fraenkiman — Fri Jan 17, 2025 11:06 am
Statistics: Posted by Torsten — Tue Jan 14, 2025 10:32 pm
I have updated again the theme.Easy to fix on line 8 of default.tpl:instead ofCode:
{if isset($rawcontent)} {$content}
Code:
{if $rawcontent} {$content}
Statistics: Posted by eagleman — Tue Jan 14, 2025 10:44 am
Statistics: Posted by eagleman — Tue Jan 14, 2025 10:42 am
Statistics: Posted by fraenkiman — Sun Jan 12, 2025 5:28 pm
Statistics: Posted by fraenkiman — Sun Jan 12, 2025 5:07 pm
Statistics: Posted by Arvid — Sun Jan 12, 2025 2:40 pm
Statistics: Posted by Arvid — Sun Jan 12, 2025 1:17 pm
Code:
{if isset($rawcontent)} {$content}
Code:
{if $rawcontent} {$content}
Statistics: Posted by Arvid — Sun Jan 12, 2025 1:13 pm
Statistics: Posted by Arvid — Sun Jan 12, 2025 1:06 pm
Statistics: Posted by Arvid — Sun Jan 12, 2025 12:59 pm
I assume you copied the code for the height and width attribute from a website that displays “typographic quotes” instead of "straight quotes". HTML does only work with straight quotes - simply replace them in your snippet:this code doesn't workCode:
[html]<a href="http://apod.nasa.gov/apod/astropix.html"><img src="http://apod.nasa.gov/apod/calendar/today.jpg" height=“80px” width=“80px” ></a>[/html]
Code:
[html]<a href="http://apod.nasa.gov/apod/astropix.html"><img src="http://apod.nasa.gov/apod/calendar/today.jpg" height="80px" width="80px" ></a>[/html]
Statistics: Posted by Arvid — Sun Jan 12, 2025 12:47 pm
This is odd ... but well, it works now, doesn't it?There is no error log, but after deleting everything and reinstalling everything is working correctly.
I cannot explain, what was wrong, but now everything is ok.
Statistics: Posted by Arvid — Sun Jan 12, 2025 12:24 pm
Statistics: Posted by Arvid — Sun Jan 12, 2025 12:22 pm