Bug #16008
closedProblem with content wizard
0%
Description
$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');
should define the content wizard. It has two problems
1) If TemplaVoila is installed, the default wizard doesn't work except new setting for TS Config user/user groups - it would be nice to get config using TS config for pages instead
2) The path for TemplaVoila in frontend editing is incorrect when putting Typo3 installation into subfolder
I forced to use the correct path
if($templaVoila && $tmpTSc){
$newContentWizScriptPath='typo3conf/ext/templavoila/mod1/index.php'; // db_new_content_el.php cause bad behavior
(issue imported from #M3181)
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from New to Closed
- Target version deleted (
0) - PHP Version deleted (
4)
Atm . TemplaVoila uses his own content wizard - so I assume this is not relevant anymore. Feel free to open it up again if my assumption was wrong