[TYPO3-dev] get TCA['columns'] from extend plugin
Steffen Müller
typo3 at t3node.com
Wed Mar 24 16:45:46 CET 2010
Hi.
On 24.03.2010 11:47 Tudor wrote:
> I'm writing a extended plugin form sr_feuser_register_2.5.24.
>
> (...)
> I want to add the TCA['columns'] from my extended plugin in this foreach.
> How can i get the TCA['columns'] from my extended plugin?
>
It's all in the manual of sr_feuser_register:
http://typo3.org/documentation/document-library/extension-manuals/sr_feuser_register/2.5.24/view/1/6/
1. Add subpart for your fields to HTML template
2. Register fields in TS configuration parts
3. Use hook in your extension
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sr_feuser_register']['extendingTCA'][]
= 'mynewext';
--
cheers,
Steffen
TYPO3 Blog: http://www.t3node.com/
Microblog: http://twitter.com/t3node
More information about the TYPO3-dev
mailing list