[Typo3] fe_user Newsletter field

andreas stein andre01 at typotemp.com
Fri Feb 25 19:23:27 CET 2005


> if you extend with new fields and want to get the values stored by
> formular you have to extend the TCA for either fe_users and/or tt_address
>
> for an example check ext_tables.php and search for
> $TCA['tt_address']['feInterface']['fe_admin_fieldList']
> or
> $TCA['fe_users']['feInterface']['fe_admin_fieldList']
>
> How does the template for your form look like? Have a look at
> thedirect_mail_subscription template and add required fields to your
> template similar.

Thanx first!!!!

Still doesn't work.

I concentrate now to extend the 'sr_feuser_register' extension. In the docu
there it seems that it's not necessary to extend the ext_tables.php file (
http://typo3.org/documentation/document-library/sr_feuser_register/Tutorial_
Adding_fie-1/#oodoc_part_6320 ) - I extended the fe_user table allready via
kickstarter.

Even though I try to work with this global array:

$TCA['fe_users']['feInterface']['fe_admin_fieldList'] =
str_replace('tx_test_testfield', 'tx_test_testfield',
$TCA['fe_users']['feInterface']['fe_admin_fieldList']);


hope you have the point to work it out!
andreas






More information about the TYPO3-english mailing list