Actions
Bug #19386
closedmultilanguage tt_content disappears from page module
Start date:
2008-09-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
i discovered just now (because usually i use templavoila and this problem there doesn't exist) that if a tt_content is set to language "all", it is not shown anymore in any column with the standard page module (you have to use List module to see it)
(issue imported from #M9443)
Updated by Stefan Galinski about 16 years ago
Set the following option into your User/Group TSConfig or the Page TSConfig.
mod.web_layout.defLangBinding = 1
You can find more options to influence the page module in the core_tsconfig documentation.
http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/3/
Updated by Christian Kuhn about 16 years ago
Retested Stefans tip and this works as documented. Thanks!
Actions