By PePiToO on
Hello world,
I tried to install tinyMCE with drupalimage, it works well.
Then i decided to install internationalization to have a multilanguage site.
But the thing is that tinyMCE and internationalization cannot work together.
If i enable the i18n module, the tiny editor just disapear when i want to create/edit something.I just have to disable it, then the editor appears.
Someone have an idea ?
Thanks for help
Comments
i18n + TinyMCE works fine
In tinyMCE settings you define on which pages the editor will be active.
As you are using i18n the URLs have an extra directory: the language code.
So, node/add becomes sv/node/add, for example.
Solution: add an asterisk to the path, as */node/add, so TinyMCE will be active for all languages.
I hope it helps.
PS: You will have the same issue with the front_page module.
Ok
wow thank you, it works ! it's magic !