Schau dir das an: http://blog.nukarabitch.de/2012/03/typo3-backend-spalten-ausblenden-und-umb enennen/
Weiter unten findest du, was du brauchst. Am 09.05.13 11:22 schrieb "Marco Brüggemann" unter <[email protected]>: >Danke ... > >hmm .. also ich habe jetzt einfach mal das probiert: >in die Datei "/typo3conf/AdditionalConfiguration.php" habe ich das >"<?php $typo_db_extTableDef_script = 'extTables.php'; ?>" geschrieben >und im Backend dann den Bitz mit "Alle Caches Löschen" und >"Konfiguratuins-Cache löschen" geklickt ... es sind immer noch die >gleichen Tabellen "Links, Normal, Rechts, Rand". > > > >Am 09.05.2013 10:40, schrieb Andre Sancken: >> Moin, >> >> Schau mal hier. >> >> >>http://de.slideshare.net/plobacher/typo3-cms-60-die-neuerungen-typovision >>-g >> mbh >> >> Slide Nr. 33 erklärt wie es geht. >> >> Gruß >> >> Andre >> >> Am 09.05.13 10:28 schrieb "Marco Brüggemann" unter <[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 >> >> _______________________________________________ >> 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 _______________________________________________ TYPO3-german mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
