[TYPO3] Columns titles encoding

Andreas Burg typo3 at andreasburg.de
Mon Aug 25 22:50:39 CEST 2008


Fearless Goblin schrieb:
> Hello Andreas,
> 
>> t3lib_extMgm::addPageTSConfig('mod.SHARED.colPos_list = 0,2,3,4,1,5');
>> $TCA["tt_content"]["columns"]["colPos"]["config"]["items"] = array
>>    (
>>      "1" => array ("Header||Header||||||||","1"),
>>      "2" => array ("Links||Links||||||||","2"),
>>      "0" => array ("Mitte||Mitte||||||||","0"),
>>      "3" => array ("Rechts||Rechts||||||||","3"),
>>      "4" => array ("Border||Border||||||||","4"),
>>      "5" => array ("Footer||Footer||||||||","5")
>>    );
> 
> Cool! Thank you! It really works and non-latin characters are
> displaying the way they should.
> 
> But I cann't understand, how TYPO "knows", which part of string in array
> refers to which language?
> For example, where I can define, some kind of this:
> russian|english|german|some_another_language||||||||
> Now I have such setting:
> "1" => array ("Лево верх|Left|||||||||","1"),
> "0" => array ("Право|Normal|||||||||","0"),
> "3" => array ("Лево низ|Border|||||||||","3"),
> And the first russian part displays everytime, and it doesn't care,
> which language BE user has at his settings.
> 

Hello Goblin,

sorry I don't know this. In my Installation I see the second word in BE columns 
Header||Header(<-this one) and it gets converted to uppercase except non-latin 
characters like "ö" f.e. If you find out more, please tell us.

BTW you can define more columns in the extTables.php and afterwards enable and 
arrange them with page TS. it works for all subpages.
mod.SHARED.colPos_list = 0,1,3,5
f.e.

Andreas


More information about the TYPO3-english mailing list