[TYPO3-dev] processDatamapClass issue

Steffen Kamper steffen at sk-typo3.de
Thu Jun 19 13:04:11 CEST 2008


"Brian Bendtsen" <bb at bellevuevej.dk> schrieb im Newsbeitrag 
news:mailman.1.1213872939.16745.typo3-dev at lists.netfielders.de...
> Hi
>
> Im trying to utilize the processDatamap hook to move a news record once it 
> has been created.
>
> I have included this in my ext_localconf.php file:
>
> $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] 
> = 'EXT:wkleague/class.tx_wkleague_ttnewsPid.php:tx_wkleague_ttnewsPid';
>

IIRC you should only use the classname

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] 
= 'tx_wkleague_ttnewsPid';

vg Steffen






More information about the TYPO3-dev mailing list