[TYPO3-irre] IRRE Field in fe_users-Table
Sigrid Gramlinger
sigrid at gramlinger.net
Thu Sep 3 11:21:12 CEST 2009
Hi,
I am trying to add an IRRE-field to the fe_users-Table but it does not
work. It just shows a normal select field. When I add the same field to
another self created table with the same code (type=inline), it works fine.
Maybe the reason is, because I have to add the code to the
ext_tables.php and not to the tca.php?
ext_tables.php:
'tx_sgmdb_language_skills' => array (
'exclude' => 0,
'label' =>
'LLL:EXT:sgm_db/locallang_db.xml:fe_users.tx_sgmdb_language_skills',
'config' => array (
'type' => 'inline',
'foreign_table' => 'tx_sgmdb_lang_skills',
'foreign_field' => 'parent_id',
'maxitems' => 10,
'appearance' => array(
'collapseAll' => 1,
'expandSingle' => 1,
),
'behaviour' => array(
'localizationMode' => 'select',
),
),
)
),
Any ideas?
Thanks!
Sigrid
More information about the TYPO3-project-irre
mailing list