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?