[TYPO3-dev] Generic problem or only with TemplaVoila

Tapio Markula tapio.markula at dnainternet.net
Fri Apr 7 11:59:21 CEST 2006


Hi

As for interest I tested FE editing for TemplaVoila 1.0.

Well creating new content elements using EDITPANEL
objects ok.

But still problems with this (used for wizard creating new content 
elements):

$tmpTSc = 
t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'],'mod.web_list');
		
		$tmpTSc = $tmpTSc 
['properties']['newContentWiz.']['overrideWithExtension'];
		$newContentWizScriptPath = t3lib_extMgm::isLoaded($tmpTSc) ? 
(t3lib_extMgm::extRelPath($tmpTSc).'mod1/db_new_content_el.php') : 
(TYPO3_mainDir.'sysext/cms/layout/db_new_content_el.php');

That doesn't work - path is incorrect if Typo3 has been installed
into sub-folder.
Is thi generic t3lib_extMgm::extRelPath() related bug or just bug
int TemplaVoila.

At least annoying and bad. Can be fixed with hacking source code, but
it is not a good solution.




More information about the TYPO3-dev mailing list