[TYPO3-german] Spaltennamen - Links, Normal, Rechts, Rand - ändern

info at rothonline.de info at rothonline.de
Fri Mar 24 11:54:50 CET 2006


Soweit ich weiß, gehts nur in der extTables.php.

Mittlerweile setzten wir nur noch TemplaVoila ein. Ist wesentlich flexibler!

Gruß
Oliver

http://www.rothonline.de

Balazs Petroczy schrieb:
> Hallo Oliver,
>
> Danke für die Antwort.
>
> Ich frage mich ob es vielleicht nicht möglich wäre das ganze in Tsconfig
> zu regeln?
> Ähnlich wie bei der Dropdown Liste
> z.B.:TCEFORM.tt_content.header_layout.altLabels.1 = Left title. Nur halt
> für die Spalten.
>
> Gruß
>
> Balazs
>
> -----Ursprüngliche Nachricht-----
> Von: typo3-german-bounces at lists.netfielders.de
> [mailto:typo3-german-bounces at lists.netfielders.de] Im Auftrag von
> info at rothonline.de
> Gesendet: Freitag, 24. März 2006 11:35
> An: German Typo3 Userlist
> Betreff: Re: [TYPO3-german] Spaltennamen - Links, Normal, Rechts, Rand -
> ändern
>
>
> Moin,Moin,
>
> wir haben folgendes in die typoconf/extTables.php reingesetzt:
>
> t3lib_div::loadTCA('tt_content'); // Make sure the whole tt_content 
> configuration is loaded, before we can modify it!
>   if (is_array($TCA['tt_content'])) {
>     array_splice(
>       $TCA['tt_content']['columns']['colPos']['config']['items'], // The
>
> list of items
>       -1, // To insert one position from the end of the list
>       0, // Don't remove any items, just insert
>       array(array('Extra Column|Ekstra kolonne',4)) // Element to be 
> inserted. Value is '4' and language is specified for english and danish.
>     );
>   }
>   
> $TCA['tt_content']['columns']['colPos']['config']['items'][1][0]='Conten
> t';
>  
> $TCA['tt_content']['columns']['colPos']['config']['items'][2][0]='leer:'
> ;
>  
> $TCA['tt_content']['columns']['colPos']['config']['items'][0][0]='Flash'
> ;
>   
> $TCA['tt_content']['columns']['colPos']['config']['items'][3][0]='Teaser
> /Bilder';
>
> Cheers
>
> Oliver Roth
>
> http://www.rothonline.de
>
> Balazs Petroczy schrieb:
>   
>> Hallo,
>>
>> Ich möchte die Spaltenname in der Seitenansicht ändern.
>> Also wenn man einen Inhalt anlegt, sollen die Spalten nicht Links, 
>> Normal, Recht, Rand heißen sonder was anderes.
>>
>> Hat jemand eine Idee? Im Forum habe ich nix gefunden.
>>
>> Danke Balazs
>>
>>
>>
>> _______________________________________________
>> TYPO3-german mailing list
>> TYPO3-german at lists.netfielders.de 
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>>
>>   
>>     
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>   



More information about the TYPO3-german mailing list