Ich habe noch nie was vom Backend-Layout gehört .. ich such mal nach
Infos. Klingt aber interessant.
Danke für den Tipp.
Am 09.05.2013 13:21, schrieb horace grant:
wieso verwendest du nicht die backend layouts, die es seit 4.5 gibt?
das geht sehr einfach und ohne php...
grüße,
horace
2013/5/9 Marco Brüggemann <[email protected]>
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!
______________________________**_________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**german<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german>
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german