[Typo3-dev] module_sys_dmail_html field in TBE

Jürgen Pietschmann j.pietschmann at fme.de
Mon Sep 1 20:02:18 CEST 2003


Hi List,

i try to ad the database field module_sys_dmail_html to the TBE in
tt_address. like the hidden or else. (i do this for easyer
adminstration to change between html and txt Newsletter for a person.)
but nothing is display.



"module_sys_dmail_html" => Array (
                        "exclude" => 1,
                        "label" => "Newsletter html or txt",
                        "config" => Array (
                                "type" => "check"
                  )
                ),

the second try was .....



"module_sys" => Array (
                        "exclude" => 1,
                        "label" => "Newsletter html or txt",
                        "config" => Array (
                                "type" => "check"
                  )
                ),

this works fine. i came to the result that the second or third "_" is the
prob.
I search around the $TCA but find nothing. The only thing is the
fieldname_passthrough but i don´t now how it can be work.
Sure i can rename the database field but this can not be the right way ;-)

Is there anyway to map a database field name? or can anyone tell me how to
use the fieldname_passthrough.

thx Jürgen






More information about the TYPO3-dev mailing list