[TYPO3-german] Mehr Contentspalten im Backend T36.1

Marco Brüggemann marco at schauart.de
Thu May 9 10:28:39 CEST 2013


Guten Morgen,

ich hatte vor T3 v6.1 eine Lösung, um im Backend mehr Content-Spalten zu 
haben (also "LINKS", "NORMAL", "RECHTS", "RAND" - nehr und umbenannt). 
Diese sah so aus:

Die Datei /typo3conf/extTables.php bearbeiten und dieses hinzufügen:

"
t3lib_extMgm::addPageTSConfig('
     mod.SHARED.colPos_list = 0,1,2,3,4,5
');

$TCA['tt_content']['columns']['colPos']['config']['items'] = array (
     '0' => array ('Normal||Normal||||||||','0'),
     '1' => array ('Links||Links||||||||','1'),
     '2' => array ('Rechts||Rechts||||||||','2'),
     '3' => array ('Rand||Rand||||||||','3'),
     '4' => array ('ContentColLinks||ContentColLinks||||||||','4'),
     '5' => array ('ContentColRechts||ContentColRechts||||||||','5'),
);
"

Dann in der Datei /typo3conf/localconf.php dieses rein:

" $typo_db_extTableDef_script = 'extTables.php'; "

**************************************************************
... klappt nicht mehr!
Kann ja vielleicht daran liegen, das die "localconf.php" nun die 
"LocalConfiguration.php" ist, und diese auch etwas anders (zugegeben 
ordentlicher) Struckturiert ist.

Kennt jemand eine Lösung für das Problem?

Danke schon mal!




More information about the TYPO3-german mailing list