[TYPO3-templavoila] Thumb generation of DS and TO previewIcon
Steffen Kamper
info at sk-typo3.de
Mon Mar 9 15:24:57 CET 2009
Hi,
Steffen Kamper schrieb:
> Hi Dmitry,
> yes, by checking "enable.selectDataSource" the DS-Selector appears again.
> But there are no preview icons as before.
> I compare the TCA-setting to version before and look if i find the reason.
>
> vg Steffen
i found the readson, icon path is set by
t3lib_div::getIndpEnv('TYPO3_SITE_URL'), generated path will be
gfx/http://...
as it is used in inline-css it has to be relative, so correct path would be
$iconPath = '../../uploads/tx_templavoila/';
not nice i know, do you have a better idea?
vg Steffen
More information about the TYPO3-project-templavoila
mailing list