[TYPO3-dev] Content Fallback

Daniel Pötzinger operation-lan at gmx.de
Mon Feb 25 00:44:34 CET 2008


Dr. Ronald P. Steiner schrieb:
> Hi List,
> 
> it is known that content_fallback does not work for:
>     - menues
>     - page titles
> ... this is already reported: http://bugs.typo3.org/view.php?id=6009
> 
> But is it possible that it also does not work for FlexForms?
> $this->pi_getFFvalue($piFlexForm, $key, $sheet);
> ... gets the field in the current language and if this does not exist it 
> will offer directly the default language.
> 
> Example:
>     current: L = 2
>     config.sys_language_mode = content_fallback;1,0
> but there is no content for L=2 it will result the content for L=0 even 
> if there is a content for L=1
> 
> has anybody experienced same behavior?

Hey

Yes languagefallback is only implemented half in TYPO3 and effects only 
contentelements (technically just the sys_language_content variable is 
set to the correct fallback languageid - depending on the translation of 
the current page). It should imho work for FCEs.

However we have been working on advanced language handling for TYPO3 
which enables multifallback and much more. It will probably be presented 
at the T3DD.





More information about the TYPO3-dev mailing list