[TYPO3-templavoila] Announcing TemplaVoila 1.4.2

Steffen Kamper info at sk-typo3.de
Thu Apr 8 13:11:51 CEST 2010


Hi,

Christian Welzel schrieb:
> 
> But my problem isn't the creation of the types in the dropdown, but
> the substEtypeWithRealStuff() function.
> There is this code:
> 
> --------
> $bef = $elArray[$key]['tx_templavoila']['TypoScript'];
> 
> t3lib_div::callUserFunction($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['templavoila']['cm1']['eTypesConfGen'][$elArray[$key]['tx_templavoila']['eType']],
> $_params, $this,'');
> 
> if (!$reset && trim($bef))
>     $elArray[$key]['tx_templavoila']['TypoScript'] = $bef;
> ---------
> 
> This code reverts all my changes to the typoscript... this means, i can
> change the settings in my wizard, but they are never promoted to the ts,
> because of this code... and i cannot force tv to update the ts, because
> i cannot set "$reset" from inside of my function.
> 
> 

i see. i will dig into to get it fixed

vg Steffen


More information about the TYPO3-project-templavoila mailing list