Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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....
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.
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.
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.
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.
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 ?
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.
Comments
Comment #1
francoud commentedI 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?
Comment #2
francoud commentedI 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.
Comment #3
kreaper commentedHere here. I have the problem as well. I have 4.7.3. I checked the language settings, turned off compression with no avail.
rajeev
Comment #4
zeitenflug commentedThis 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.
Comment #5
kreaper commentedWhy don't other modules suffer from this issue ?
Comment #6
inforeto commentedWhen 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
Comment #7
tburton commentedI 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 ?
Comment #8
inforeto commentedAt /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.
Comment #9
kreynen commentedTranslation
Comment #10
kreynen commentedhttp://drupal.org/node/130303