Monday, December 22, 2025

Test: Footnotes-Plugin

The footnote plugin creates links between numbers in the content and the corresponding footnote below the text. It's quite straightforward - to try, just create a sample entry with the following content:

The Original Example for Footnotes

Here is some text1 with a note. The text goes on and has another reference2 to a footnote.

And here my own won

If you want to get independent3 form American billionaires you can try Existing lists for European alternatives4

Footnotes

  1. here is the note
  2. and the second one :)
  3. See my Ticket system (login required)
  4. Some lists are Amazon-Alternativen, Elektronikversender

Saturday, December 20, 2025

😢 No Emojis Possible in Posting Heading

The leading

😢
in the Posting Heading will not become "translated" to Emoji "😢". And a tailing "❓" (or leading, or whatever) will become deleted when I try Preview or Publish!

Bug or Reature – that is the question here!

Draft: German Language checks [WiP]

Checked

flatpress/fp-interface/lang/de-de/lang.admin.config.php

I found

Datumformat      →  
Datumsformat  
(several Times in Text)
Du must     →  
Du musst

Friday, December 19, 2025

Drafts for forum




Done:

Some Themes are in bad Condition

Thursday, December 18, 2025

[Resolved] Code Icons do not work

This is for Support Forum 957

Here everything works fine

But in an other Installation Code Icons do NOT work

(That one is also 1.5 Master)
Here some Comparison:

Not Working Icons

Working Icons

Not working
Works fine

Source Code for NOT working Icons:

<!-- BOF Custom toolbar -->
<div class="emoticons">
<a href="#content" title="😄" onclick="emoticons(unescape('%3Asmile%3A')); return false;">
😄</a> <a href="#content" title="😃" onclick="emoticons(unescape('%3Asmiley%3A')); return false;">
😃</a> <a href="#content" title="😉" onclick="emoticons(unescape('%3Awink%3A')); return false;">
😉</a> <a href="#content" title="😊" onclick="emoticons(unescape('%3Ablush%3A')); return false;">

Source Code for WORKING Icons:

<!-- BOF Custom toolbar --> <!-- BOF Emoticons --> 
<div class="emoticons"> <button type="button" style="font-size: 12px; vertical-align: middle;" title="😄" id="OnNtaWxlOg">
😄</button> <button type="button" style="font-size: 12px; vertical-align: middle;" title="😃" id="OnNtaWxleTo">
😃</button> <button type="button" style="font-size: 12px; vertical-align: middle;" title="😉" id="Ondpbms6">
😉</button> <button type="button" style="font-size: 12px; vertical-align: middle;" title="😊" id="OmJsdXNoOg">

Your Suggestions for more analytics or Fix?