Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

BUG ? multilanguage site and tinymce ?


Go to End


2 Posts   1446 Views

Avatar
snaip

Community Member, 181 Posts

7 October 2010 at 9:41pm

Edited: 07/10/2010 9:58pm

hi

i have multilanguages site
PL, EN, FR, DE

with
i18n::set_locale('pl_PL');

i found a bug

when i want to put text link to some page in the site using TINYMCE i get the list only with the polish site tree no matter if i am on polish, english or german site version

EDIT:

problem becomes when i log into admin and then change language
TINYMCE holds domain from which i loged and prints site tree for this one

SOLUTION:

when i log from english domain tinyMCE prints site tree for english version
when i log from german domain tinyMCE prints site tree for german version

Avatar
Ingo

Forum Moderator, 801 Posts

12 October 2010 at 8:10am

So you're saying tinymce does some language switching based on the TLD? (e.g. mydomain.pl vs. mydomain.com)
Did you implement any custom switchers for the different domains?
I assume you're using Translatable? Do you have any _config.php settings relating to that?