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

Andreas Jonderko anj2j at yahoo.de
Mon Dec 12 12:16:24 CET 2005


Hi Dmitry!

yes ... it works with group:


<config type="array">
	        <type>group</type>
		         <internal_type>db</internal_type>
		 	 <allowed>fe_users</allowed>
		          <size>1</size>
		         <maxitems>1</maxitems>
		         <minitems>0</minitems>
		    </config>

thx!
best regards!
Andreas


Dmitry Dulepov schrieb:
> 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