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

robotjox’s picture

Status: Active » Fixed

never 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 + '"> ';

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.