[Typo3-UG Oesterreich] tca / type=select

Bernhard Kraft kraftb at mokka.at
Fri Jan 14 15:57:38 CET 2005


Wolfgang Klinger wrote:

>  Setz' in deiner Erweiterung in ext_tables.php:
> ----
> t3lib_div::loadTCA('fe_users');
> $TCA['fe_users']['ctrl']['label'] = 'name';
> ----

Oder wenn du z.B. name und username haben willst:
t3lib_div::loadTCA('fe_users');
$TCA['fe_users']['ctrl']['label'] = 'name';
$TCA['fe_users']['ctrl']['label_alt'] = 'username';
$TCA['fe_users']['ctrl']['label_alt_force'] = true;


grüsse,
Bernhard
-- 
-----------------------------------------
Bernhard Kraft
<kraftb at mokka.at>

MOKKA MEDIENAGENTUR GMBH
Mariahilferstrasse 170
1150 Wien
T: 01 895 33 33 50
M: 0676 560 14 14
F: 01 895 33 33 20
www.mokka.at
-----------------------------------------



More information about the TYPO3-at mailing list