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

Kasper Skårhøj kasper at typo3.com
Tue Jun 22 16:36:13 CEST 2004


I believe I once made an extension called "static_info_tables_uksorting"
that fixes this problem.

Now, IF typo3.org was up at the moment you could probably download it
and use that for your purpose.

- kasper

On Tue, 2004-06-22 at 16:09, stefano cecere wrote:
> 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)
> 
> 
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
-- 


- kasper
--------------------
"Waiting for typo3.org..."







More information about the TYPO3-dev mailing list