CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Task #32348

conflicts with dam_ttnews

Added by wagner no-lastname-given over 1 year ago.

Status:New Start date:2011-12-06
Priority:Could have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

dam_ttnews delivers its own function for filling the imagemarker.

problem could be solved by adding '!t3lib_extMgm::isLoaded('dam_ttnews')' into ext_localconf.php:

// Hook for adding "IMAGE_NUM_CURRENT" register value in tt_news
if (!t3lib_extMgm::isLoaded('dam_ttnews') && t3lib_extMgm::isLoaded('tt_news')) {
$TYPO3_CONF_VARS['EXTCONF']['tt_news']['extraItemMarkerHook'][] =
'EXT:pmkshadowbox/classes/class.tx_ttnews_imageMarkerHook.php:&tx_ttnews_imageMarker';
}

Also available in: Atom PDF