[TYPO3-irre] IRRE Field in fe_users-Table

Sigrid Gramlinger sigrid at gramlinger.net
Fri Sep 11 11:07:53 CEST 2009


Any ideas? I am still looking for a solution?

Thanks,
Sigrid


Sigrid Gramlinger schrieb:
> 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