The buttons I have selected for the user profile appear as plain squares, no bold B or italic I or other image to distinguish one button from another. This is true in Firefox v1.5.03 but not true in IE, where all buttons appear as they should.

CommentFileSizeAuthor
#1 111.jpg18.48 KBfrancoud

Comments

francoud’s picture

StatusFileSize
new18.48 KB

I also have similar problem. Just, not all buttons appear - "B", "I", "U" are broken images in I.E, not displayed in Firefox. The "ALT" attribute for all button images is wrong, it shows: "{$lang_italic_desc}" and similar....

This with Drupal 4.7.2 and 4.7.3. Any help?

francoud’s picture

I solved... :-)

In tinymce setup I choosed the italian language.. .but not it.js was installed in my tinymce folders... so it couldn't work! I switched to the english language and all worked again. I suppose that if I will install the italian language support, it will also work.

kreaper’s picture

Here here. I have the problem as well. I have 4.7.3. I checked the language settings, turned off compression with no avail.

rajeev

zeitenflug’s picture

Title: Firefox not showing button images » Browser not showing button images

This is a security issue. A default drupal install will block access to the modules directory for security reasons. TinyMCE however will be copied to the modules/tinymce directory, thus browsers will not be able to access tinymce. You could edit your htaccess file, but this is not advisable because it reduces security on your server. I'd suggest putting tinymce in your drupal directory (let's say /htdocs/drupal/tinymce) and edit the path in the tinymce.js's as well as in tinymce.module.

kreaper’s picture

I'd suggest putting tinymce in your drupal directory (let's say /htdocs/drupal/tinymce) and edit the path in the tinymce.js's as well as in tinymce.module.

Why don't other modules suffer from this issue ?

inforeto’s picture

When none of the buttons appear you should check if the access is denied, as mentioned here.
When only the localized strings aren't being parsed it is because the language pack is missing.

These are downloaded from this page, according to the readme file on the lang folder:
http://tinymce.moxiecode.com/download.php

tburton’s picture

I am having the same issues with firefox 2 and IE 6. With FF I don't get the B, I or U buttons (but do get the others albeit with $lang as the alt ). In IE I see these buttons, but as broken images . I have two sites which are duplicates on the same shared server and one is fine, but the other has this problem . Am running 4.7.2. Is this a permissions issue ?

inforeto’s picture

At /admin/settings/tinymce/edit/profile_name there's a language selector.
It must be set to "en" or to language packs that have been installed.
Or it will be enough to copy the file en.js for quick translation of the button filenames.

kreynen’s picture

Assigned: skcombs » kreynen

Translation

kreynen’s picture

Status: Active » Closed (duplicate)