[TYPO3-dev] Extend flexform of tt_news
Nirmalya Mondal
typo3india at gmail.com
Tue May 29 22:17:59 CEST 2007
Hello,
I want to extend flexform of tt_news without modifying the core code of
tt_news and want to do this by the "hooks" in the tt_news.
i.e. “tx_ttnews_itemsProcFunc->user_insertExtraCodes”
With this how i can extend flexform..and how i'll include my flexform
(xml file).
I've tried by this way...
if (!defined ("TYPO3_MODE")) die ("Access denied.");
// include the extension class ...
require_once(t3lib_extMgm::extPath('ttnews_flexformextend').'class.tx_ttnewsflexformextend.php');
$TYPO3_CONF_VARS['EXTCONF']['tt_news']['what_to_display'][] =
'tx_ttnewsflexformextend';
Please help...
Thank You.
Best Regards,
Nirmalya Mondal
------------------------
enirmalya at gmail.com
More information about the TYPO3-dev
mailing list