[Typo3] save AS new

tapio tapio.markula at dnainternet.net
Mon Sep 5 15:48:45 CEST 2005


Jan Bednarik wrote:
> 
>> I don't know other BUT you can do this simply without this extension - 
>> just few lines TypoScript.
> 
> 
> And could you share with us?

options.saveDocNew = 1

add that line to TS Config for user/user groups.

In the 'ext_localconf.php' file of the plugins this setting has been set 
for all users

t3lib_extMgm::addUserTSConfig('
	options.saveDocNew = 1 // for all tables
	options.saveDocNew.tt_content = 1 // not really necessary
	options.saveDocNew.pages = 1 // not really necessary
');
you can easily disable this option from some tables



More information about the TYPO3-english mailing list