Hallo zusammen, ich verwende die Extensions cal und wec_map. Im tca.php von cal steht sowas:
/* If wec_map is present, define the address fields */ if(t3lib_extMgm::isLoaded('wec_map')) { $TCA['tx_cal_location']['ctrl']['EXT']['wec_map'] = array ( 'isMappable' => 1, ... usw. Ich habe in der localconf die Extension wec_map vor cal geladen, und t3lib_extMgm::isLoaded('wec_map') liefert mir im Debugger auch 'true' (wenn ich das als Expression auswerte). Allerdings steht im TCA trotzdem kein Schlüssel ['tx_cal_location']['ctrl']['EXT']. Also muß ich doch davon ausgehen, daß die ganze Datei nicht geladen wird. Im ext_tables.php der cal-Extension steht aber auch 'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php', weswegen ich davon ausgehe, daß das File zumindest irgendwie referenziert wird. Wäre cool, wenn hier jemand 'ne Idee hätte... Viele Grüße, Ralf. _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german