[TYPO3-dev] Pages overlay from TypoScript

Oliver Hader oliver at typo3.org
Tue Sep 2 13:55:16 CEST 2008


Hi guys,

maybe I didn't have enough coffee today, but also maybe this is 
currently not possible:

Scenario:
I want to display the localized title of a page in FE by the RECORDS 
object in TypoScript - example:

temp.pageTitle = RECORDS
temp.pageTitle {
   source = pages_123
   tables = pages
   conf.pages < lib.whatever
}

In tslib_cObj there's a call to 
$GLOBALS['TSFE']->sys_page->getRecordOverlay() which won't work for 
pages, since pages have an own table for localization stuff - thus 
getPageOverlay() would be correct for the table 'pages' in the RECORDS 
and CONTENT TS-object...

Do I need more coffee?

olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager




More information about the TYPO3-dev mailing list