[TYPO3] Columns titles encoding

Andreas Burg typo3 at andreasburg.de
Mon Aug 25 13:54:39 CEST 2008


Hello Goblin,

perhaps putting something like this in your typo3conf/extTables.php will help

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")
   );

Andreas


More information about the TYPO3-english mailing list