[Typo3-german] Wie kann man das Feld module_sys_dmail_html in fe_users sichtbar machen?
Alexander Bohndorf
bohndorf at sitegeist.de
Mon Oct 31 12:55:08 CET 2005
Hat sich erledigt:
$GLOBALS['TCA']['tt_address']['types']['1']['showitem'] = 'hidden;;;;1-1-1,
name;;2;;3-3-3, address, zip, city;;3, email;;5, phone;;4, image;;;;4-4-4,
description, module_sys_dmail_html';
$GLOBALS['TCA']['tt_address']['columns']['module_sys_dmail_html'] = Array (
'label' => 'HTML-Mails?',
'config' => Array (
'type' => 'check',
'default' => '1'
)
);
Alexander
--
"Alexander Bohndorf" <bohndorf at sitegeist.de> schrieb im Newsbeitrag
news:mailman.1.1130751034.21174.typo3-german at lists.netfielders.de...
> Hallo!
>
> Kann mir jemand sagen, wie ich das Feld module_sys_dmail (aus direct_mail)
> im Backend in fe_users sichtbar machen kann?
>
> Habe es in typoconf/extTables.php bisher ohne Erfolg so versucht:
> $GLOBALS['TCA']['fe_users']['columns']['module_sys_dmail_html'] = Array (
> 'label' => 'HTML-Mails?',
> 'exclude' => 1,
> 'config' => Array (
> 'type' => 'check',
> 'default' => '1'
> )
> );
> $GLOBALS['TCA']['fe_users']['interface']['showRecordFieldList'] =
> 'username,password,usergroup,lockToDomain,name,title,address,zip,city,country,email,www,telephone,fax,disable,starttime,endtime,module_sys_dmail_html';
>
> Vielen Dank!
>
> Alexander
>
More information about the TYPO3-german
mailing list