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

uniclueuniclue New
edited April 2011 in Vanilla 2.0 - 2.8
Hello, I did a clean install but my :) and ;) did not change into smileys!
Is there any known way to fix this?

Comments

  • Edit the posts. The emoticons are exchanged through a javascript, so it probably replaces them only on post action.
  • dosnt help :(
  • lucluc ✭✭
    Which theme?
    Some themes are missing the Foot asset, and it creates weird behavior sometimes.
  • Standard theme.. the blue one. :)
  • Still nothing? :(
  • lucluc ✭✭
    Address of your forum so we may see it live, and maybe find out why?
  • uniclueuniclue New
    edited June 2011
    --website link removed by uniclue--
  • lucluc ✭✭
    At least, the Foot Asset is in your theme, so that's not it.

    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?
  • No, and the smileys in the box are working. But not when they are in comments.
  • lucluc ✭✭
    edited June 2011
    @uniclue:

    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.
  • Thank you so much for your time! :D Worked just perfect
Sign In or Register to comment.