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.
Options

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

  • Options
    Edit the posts. The emoticons are exchanged through a javascript, so it probably replaces them only on post action.
  • Options
    dosnt help :(
  • Options
    lucluc ✭✭
    Which theme?
    Some themes are missing the Foot asset, and it creates weird behavior sometimes.
  • Options
    Standard theme.. the blue one. :)
  • Options
    Still nothing? :(
  • Options
    lucluc ✭✭
    Address of your forum so we may see it live, and maybe find out why?
  • Options
    uniclueuniclue New
    edited June 2011
    --website link removed by uniclue--
  • Options
    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?
  • Options
    No, and the smileys in the box are working. But not when they are in comments.
  • Options
    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.
  • Options
    Thank you so much for your time! :D Worked just perfect
Sign In or Register to comment.