[TYPO3-ttnews] How can i change fields in the BE-news-overview-table
Patric Pesch
p.pesch at 11com7.de
Thu Jul 26 12:04:40 CEST 2007
Patric Pesch schrieb:
> Hi, i've extended tt_news by some extra-content-fields.
> Now i'd like to show this fields in the news-overview-table
> (the table in the BE-news-sysfolder).
>
> How can i achieve this?
>
> best regards
> Patric
Hi, after reading the core-documentation again, i've found
a solution:
$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tt_news'][0]
= array(
'fList' => 'tx_newsext_field1,title,tx_newsext_field2,image',
'icon' => TRUE
);
greetings
Patric
More information about the TYPO3-project-tt-news
mailing list