[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 10:26:59 CET 2005
    
    
  
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