[TYPO3-core] RFC #5918: Bug: No language overlay with TS select on table pages
Bjoern Pedersen
bjoern.pedersen at frm2.tum.de
Fri Nov 19 11:42:19 CET 2010
Am 19.11.2010 09:30, schrieb Mathias Schreiber [wmdb >]:
> Am 19.11.10 00:30, schrieb Fabrizio Branca:
>> Solution:
>> If table is "pages" do a $GLOBALS['TSFE']->sys_page->getPageOverlay()
>> instead of a $GLOBALS['TSFE']->sys_page->getRecordOverlay()
>
> Use HMENU instead of CONTENT?
>
> Still, the check won't hurt, but I'd like the hardcoded "pages" to be an
> configurable value, in case you want to overlay other records with a
> different table as well.
>
> Something like $foreignTableOverlayIdent = 'pages, tx_myExt, tx_yourext';
>
> What do you think?
>
> cheers
> Mathias
>
Actually I would in the long run prefer to get rid of separate language
overlay tables and use the same concept as for tt_content also for pages.
Björn
More information about the TYPO3-team-core
mailing list