Closed (fixed)
Project:
DrupalChat
Version:
7.x-1.0-beta25
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2013 at 16:09 UTC
Updated:
12 Dec 2013 at 10:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
darklrd commentedDid you try clearing Drupal and browser cache? Thanks.
Comment #2
mikaoelitiana@gmail.com commentedYes I have cleared cache many times. I think this is not cache problem but code problem. In the js file, you can see
message = emotify(message);So the emotify is always called without checking if smileys should be rendered or not.
Comment #3
mikaoelitiana@gmail.com commentedHere is a patch for the version 7.x-1.0-beta25 that I am using on the production website. It solved it for me.
Comment #4
darklrd commentedThanks for the patch. It has been committed - http://drupalcode.org/project/drupalchat.git/commit/5bdcec5.
Comment #5
mikaoelitiana@gmail.com commentedYou are welcome! Thanks