[Typo3-dev] Creating new page in front-end editing and TemplaVoila - possible solution

tapio tapio.markula at dnainternet.net
Sat Jul 30 14:31:25 CEST 2005


Hi

In FE-editing the page /typo3/alt_doc.php has been used

it would be possible to write

			if (isset($_POST['_savedoknew_x']) && is_array($this->editconf) && 
isset($_GET['edit']['pages']))
{}

on the base of
			if (isset($_POST['_savedoknew_x']) && is_array($this->editconf))

In the case of ['edit']['pages'] could be generated both a new page and 
new content element for the page.

A modified screenshot
http://www.tapionet.net/examples/fe-editing.jpg




More information about the TYPO3-dev mailing list