Feed on
Posts

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

[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?