[TYPO3-dev] Flexform and Select

B.Wolf bw at shs-it.de
Wed Oct 21 10:38:18 CEST 2009


Hi Berhard,

thank you for this solutions, it works.
Greets,
Ben

Bernhard Kraft schrieb:
> B.Wolf schrieb:
> 
>> The problem:
>> When pid > 0 everything is  fine.
>> But when I set the pid to 0, I don't get any options in my select.
>> I also tried
> 
> So you want to put your records on the root page (world icon).
> 
> Set
> 
> $GLOBALS['TCA']['tx_yourtable']['ctrl']['rootLevel'] = 1;
> 
> in your ext_table.php. Then it should be possible to add/list/edit those
> records on the root-level (pid=0, world icon). And also list them in
> select/group fields of TCEforms.
> 
> 
> greets,
> Bernhard




More information about the TYPO3-dev mailing list