Smiley in v.2.3.4.3

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/13/2010 7:22:42 AM
Gravatar
Total Posts 18
Children is a product of their parents!

Smiley in v.2.3.4.3

mojoPortal v.2.3.4.3
MS SQL 2008
MS Server 2008 R2

 

Using a Smiley -> shows a box with a rex X in.

I tampered with the permissions on c:\inetpub\wwwroot in beforehand (and fixed it, I think), but all txt and pictures I have used before in all my sites is working......but not the Smileys smiley

What do I do wrong?

(I know it was silly to tamper with the permission, but still......)

 

Terje from Norway

5/14/2010 10:10:39 AM
Gravatar
Total Posts 18439

Re: Smiley in v.2.3.4.3

Hi,

Previously smileys came from a folder beneath the editor javascript folder for the specific editor and these folders are versioned so as we upgraded to new versions of the editors it would break the smileys from older content if you deleted the previous version of the editor.

In recent versions we moved the smileys to a central location so that it would use the same path whenever we upgrade the editors. So now smileys come from /Data/SiteImages/emoticons

But content entered previously would still have the old editor specific urls, so if you deleted the old versions of the editors then the files are missing on disk now.

There was also previously a bug in some versions where a fully qualified url was used for the smileys instead of a relative url, and security features (NeatHtml which protects against cross site scripting in untrusted content) may filter out images if they are not using relative urls.

Hope it helps,

Joe

12/16/2010 12:53:39 PM
Gravatar
Total Posts 9

Re: Smiley in v.2.3.4.3

I am sadly (get it) having the same problem in v2.3.5.5 sad. Just installed on 12/10/2010 on local host using web platform installer. Super easy, kudos for that. I am just learning the UI and came across the same Smiley problem. I can insert images no problem. Actually, when I go to choose the Smiley the gif is not shown in the list for any of the Smileys. Any ideas? Thanks.

12/16/2010 12:59:47 PM
Gravatar
Total Posts 18439

Re: Smiley in v.2.3.4.3

this is fixed in version 2.3.5.8, though the problem had crept back into version 2.3.5.5, you can find the solution to fix it here in version 2.3.5.5 or you can upgrade to the latest version.

12/16/2010 2:16:15 PM
Gravatar
Total Posts 9

Re: Smiley in v.2.3.4.3

Wow, that is some super fast feedback. Thank You. I went to fix the TinyMCE js file as your link pointed me to but I found that the TinyMCE editor was working it was the FCK and CK editors that were not working with the emoticons. Do you have the same type of fix for those editors also?

The following code was already in the TinyMCE js file in v2.3.5.5.

You can solve this by editing the file /ClientScript/tiny_mce3392/plugins/emotions/js/emotions.js

Change this line:

src : tinyMCEPopup.getWindowArg('plugin_url') + '/img/' + file,

like this:

src : ed.getParam( 'emotions_images_url', tinyMCEPopup.getWindowArg('plugin_url') + '/img/' ) + file

12/17/2010 6:12:35 AM
Gravatar
Total Posts 18439

Re: Smiley in v.2.3.4.3

I'm not aware of issues with the smilies in the other editors.

make sure the files exist under /Data/SiteImages/emoticons ad make sure there are adequate read permissions on those files.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.