Closed (fixed)
Project:
Smileys
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2008 at 08:51 UTC
Updated:
11 Jul 2009 at 16:50 UTC
Hi,
I don't know if an update caused this or what has happened, but before when a user clicked on a smiley it would show up in the tinymce window as an image, but now it only shows up as an acronym.
When I submit the post the smiley will show up, but I really liked the instant preview.
If anyone has an idea on how to show the smiley image instead of the acronym in tinymce while editing, I would be very grateful!
Comments
Comment #1
robotjox commentednever mind - got it working by taking the update smiley.js file from the D6 module and replacing line 44 with the following:
var smiley = ' <img src="' + this.src + '"> ';