[Typo3] getting TT_content fields within TV-FCE via typoscript

Dmitry Dulepov typo3 at fm-world.ru
Mon Dec 12 10:55:22 CET 2005


Hi!

Andreas Jonderko wrote:
> Ive done it now with:
> 
>   <config type="array">
>       <type>select</type>
>       <foreign_table>fe_users</foreign_table>
>       <foreign_table_where>ORDER by fe_users.name</foreign_table_where>
>       <size>5</size>
>       <maxitems>20</maxitems>
>   </config>
> 
> I get a box where I can select my users ... but the problem is that this
>  configuration doesnt return any id or something else. Hmmm maybe i have
> to change my TS of the field to catch the value ...
> 
> any ideas?

Try to use "group" instead of "select".

Dmitry.



More information about the TYPO3-english mailing list