Feature #101866
openLink to page/record in default language not possible
0%
Description
Hello,
here is my scenario:
On a page with language id 1 (english, not default) I want to link to a news record. The news record is not translated, so the link is not generated at all. But I want to force it to link the news to the default language. Adding &L=0 does not work because the parameter is removed when clicking on save. I tried language handling strict and fallback mode. The only working way is to link the news via external URL.
Tested with TYPO3 11.5.30
Updated by André Buchmann about 1 year ago
Hey have you tested the free mode in the language handling (site config)?
IMHO it's expected not to show the link in strict mode, because it adds `AND sys_language_uid in (0,-1)` to almost all queries.
Not sure about the fallback mode...
Updated by Stefan Bürk about 1 year ago
- Status changed from New to Needs Feedback
@Bernhard Eckl Can you please give some more context for your issue ?
- In which context / way are you trying to build that link ? TypoScript, Fluid(ViewHelpers), Controller, etc
- What is the "exaxt" code you are using at that place ?
Updated by Bernhard Eckl about 1 year ago
Link is built in RTE…
It seems to work in free mode, thank you!
I read the documentation about the language modes, but except that behaviour in this issue I can’t find other differences of strict and free mode (maybe the documentation could be a little more extensive). Is there another different behaviour? If not I would just switch to free mode.