[Typo3-dev] $TCA and what field to show in TBE form...

stefano cecere scecere at krur.com
Tue Jun 22 16:09:48 CEST 2004


ok, i found the solution:

or you install extension "static_info_tables_uksorting"
or you modify ext_tables.php files in "static_info_tables" extension, 
so to change:

$TCA['static_countries'] = Array (
    'ctrl' => Array (
       'label' => 'cn_short_local',
       'default_sortby' => 'ORDER BY cn_short_local',

into:

$TCA['static_countries'] = Array (
    'ctrl' => Array (
       'label' => 'cn_short_en',
       'default_sortby' => 'ORDER BY cn_short_en',


once you begin to know it, and know where to search, typo3 is really 
great
stefano


On 28 May 2004, at 0:04, stefano cecere wrote:

> Hi list
>
> it seems that i really can't get to define $TCA for t3consultancies so 
> that, in the BE, inserting a new record, the "cntry" field shows 
> "cn_short_en" instead of  "cn_short_local" (the selection is from 
> foreign_table "static_countries".. it's not easy to know that 
> "Shqiperia" is Albania!!)
>
> please, anybody gor a quick tip?
>
> - stefano cecere (stefano)






More information about the TYPO3-dev mailing list