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

info at rothonline.de info at rothonline.de
Fri Mar 24 11:34:42 CET 2006


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]='Content';
  $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
>
>   



More information about the TYPO3-german mailing list