[TYPO3-german] Mehr Contentspalten im Backend T36.1
Andre Sancken
evilknevil10 at gmx.de
Thu May 9 10:40:57 CEST 2013
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 <marco at schauart.de>:
>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
>TYPO3-german at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
More information about the TYPO3-german
mailing list