[Typo3] Where to change $TCA?

Erik Foppen erikfoppen at gmail.com
Wed May 11 16:34:39 CEST 2005


Fabian Schulz wrote:
> Bernhard Kraft wrote:
> 
>> You will have to creat an extension containing nothing than the gernal 
>> information
>> and create a
>> ext_tables.php file
>> containing the following:
>> <?php
>> if (!defined ("TYPO3_MODE"))  die ("Access denied.");
>>
>> t3lib_div::loadTCA('tt_content');
>> $TCA['tt_content']['columns']['header']['l10n_mode'] = 'prefixLangTitle';
>>
>> ?>
> 
> 
> I finally found the time to try that out.
> 
> Thanks Bernhard, that did the trick!
> 
> Fabian Schulz

Hi Fabian,

can you give a little more information about how to do this? I also need 
  to disable it, but it doesn't seem to work for me. What are the 
options for l10n_mode?


Thanks in advance,

Erik Foppen



More information about the TYPO3-english mailing list