Options
Nothing happens with clean install

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.