Monday 19 December 2005 12:24:49 am
You cant disable the draft system but you can tweak it a little. In site.ini this setting will ensure that when you edit you wont see the draft screen:
[ContentSettings] EditDirtyObjectAction=usecurrent However, if you dont want the sitewide application of this setting try in content.ini to adjust the number of allowable drafts:
[VersionManagement]
DefaultVersionHistoryLimit=10 VersionHistoryClass[1]=5 Alter VersionHistoryClass to the class you need. Note: you need at least 2 versions. Putting 1 will produce errors. Paul
|