[TYPO3-english] Extending sr_feuser_register, how to process my marker? SOLVED

StephenBungert stephenbungert at yahoo.de
Mon Jul 13 12:21:27 CEST 2009


In case others ever have teh same problem I discovered after debugging
sr_feuser_register that I needed to add the following line to my extensions
ext_tables.php file, otherwise my fields are not processed by
sr_feuser_register's TCA field processor:

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sr_feuser_register']['extendingTCA']
= array($_EXTKEY);

Maybe this should be added to the manual in the section about adding your
own fields just after the HTML for nut text input fields (select, radio
etc.). Would have saved me a lot of time!



-----
-- 
Stephen Bungert
-- 
View this message in context: http://www.nabble.com/-TYPO3-english--Extending-sr_feuser_register%2C-how-to-process-my-marker--tp24425617p24459114.html
Sent from the TYPO3 English mailing list archive at Nabble.com.



More information about the TYPO3-english mailing list