Feature #18755
closedCannot mount to a specific language on another tree
0%
Description
I have two trees in my typo3 installation:
The first tree has two languages: German (default) and englisch (l=1)
The second tree hast just one language. englisch (default)
now i want to mount a specific page of the second tree to the englisch version in the first tree but typo3 did not offer me that possibility.
If i just mount the page then it show me the german version from the first tree.
(issue imported from #M8344)
Updated by Martin Kutschker over 16 years ago
This is not possible to achieve. Mount points do not make language mappings, that means you must use the same ids for the same language in all your trees.
Updated by Pierre over 16 years ago
Okay i found an issue. It did not work because i had
sys_language_uid=0 in the second tree. If i write sys_language_uid =1 instead, it really takes the english version of the first tree :-) but unfortunately, this do not work with shortcuts into the mount pages.
Updated by Dmitry Dulepov over 13 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
0)