[TYPO3-dev] Problem with a hook definition
    Tapio Markula 
    tapio.markula at xetpoint.fi
       
    Thu Jan  3 13:20:06 CET 2008
    
    
  
Steffen Kamper
> the definition expects an array containing the cObjType and the class. have 
> a look at Bernhard's explanation:
> http://lists.netfielders.de/pipermail/typo3-team-core/2006-April/003989.html
> 
> vg  Steffen 
I don't still fully understand it.
array('COA_MINT',
df_direct_mail_subscription plugin is a COA or COA_INT?
  - so COA or COA_INT required
'CType' is 'list' and 'list_type' is '21'
$TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClass'][]= 
array('COA','EXT:user_directmailsubcriptions/class.user_directmailsubcriptions.php:&user_directmailsubcriptions');
But what should I uses as the name of the method?
    
    
More information about the TYPO3-dev
mailing list