Skip navigation

Tinymce

The following article is part of s series on Setting up a Drupal Site for Internationalization.

We found that the version of the tinymce module that we were using on the old site needed to be updated, in order for our changes to work properly with the i18n module. We installed tinyce version 2.10, rather than version 2.01.

Now that URL's read /en/some_url_alias, rather than just /some_url_alias, we also needed to update the tinymce visibility settings (admin/settings/tinymce). We edited the profile for our users, to change the visibility settings. We had originally chosen to show tinymce "on only the listed pages:" "/node/* /user/* /comment/*". However, now there might be an /en/ or /fr./ in front of the /node/, because of the i18n module. For this reason, we changed the visibility settings to read "*node/* *user/* *comment/*" instead.

More Notes on Setting up a Drupal Site for Internationalization.