<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>after there was no response here, i will send you a new Patch for TYPO3 4.4.0<div><br></div><div>Type: Bugfix / New Feature<br><br>Bugtracker references:<br><a href="http://bugs.typo3.org/view.php?id=8986">http://bugs.typo3.org/view.php?id=8986</a></div><div><br></div><div>This works in a running TYPO3 (4.4.0) environment.</div><div><br></div><div>Problem:</div><div>config.sys_language_mode only affects the page record. There is no content_fallback if the current page is translated, but not all records on it and even not a fallback in Menu.</div><div><br></div><div>Preconditions:<br>- config.sys_language_overlay = 1<br>- config.sys_language_mode = content_fallback; &lt;uid-list&gt;</div><div><br></div><div>Solution:</div><div>Implement a new method&nbsp;tslib_cObj-&gt;languageOverlay&nbsp;to tslib_content.php</div><div>This Method will call in Method CONTENT and RECORD to get the RecordOverlay</div><div><font class="Apple-style-span" face="Monaco">Add functionality to t3lib_pageSelect-&gt;getPageOverlay to get&nbsp;</font><span class="Apple-style-span" style="font-family: Monaco; ">pages_language_overlay</span>&nbsp;&nbsp;with&nbsp;<span class="Apple-style-span" style="font-family: Monaco; ">mulitple sys_language_uid(s) defined in in(</span>config.sys_language_mode = content_fallback;&nbsp;&lt;uid-list&gt;<span class="Apple-style-span" style="font-family: Monaco; ">). &nbsp;The first hit is set.</span></div><div><br></div><div><br></div><div>This patch implements content_fallback with&nbsp;multiple languages&nbsp;for page-menu generation and content generation.</div><div>So you can define multiple alternative-fallback-language-ids for your content and also for your menu.</div><div><br></div><div>i.e.: German ist your default language (0), you can now define that in russian TYPO3 will fallback to english, and if there is no content found walk to fallback german and so on...</div><div><br></div><div><br></div><div>This Patch also solves this bug:</div><div><a href="http://bugs.typo3.org/view.php?id=6009">http://bugs.typo3.org/view.php?id=6009</a></div><div><br></div><div></div></div></body></html>