Task #32348
conflicts with dam_ttnews
| 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';
}