Project

General

Profile

Actions

Bug #16008

closed

Problem with content wizard

Added by Hannele Markula about 18 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-04-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Tolleiv Nietsch almost 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

Actions

Also available in: Atom PDF