Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Nothing happens with clean install
uniclue
New
Hello, I did a clean install but my and did not change into smileys!
Is there any known way to fix this?
Is there any known way to fix this?
0
Comments
Some themes are missing the Foot asset, and it creates weird behavior sometimes.
Normally you should have an "icon list" on the upper right corner of the comment box, try using that to enter smileys.
Using any WYSIWYG?
In your emotify.js, try removing the "p"
$('div.Comment div.Message p, div.Preview div.Message').livequery(function() {
=>
$('div.Comment div.Message, div.Preview div.Message').livequery(function() {
Your javascript doesn't add the required span for the css to work.