By default, DNN stores the last
five edits to a HTML module. To increase this, log into your site as a
superuser, go to
Host >
SQL and run the following query, replacing '
XX' with the number of edits you wish to store:
UPDATE {databaseOwner}{objectQualifier}PortalSettings
SET SettingValue = XX
WHERE SettingName = 'MaximumVersionHistory'
After running the SQL query, go to Tools > Recycle Application Domain to make the changes take effect.
Article ID: 2203, Created: May 16, 2015 at 1:36 AM, Modified: May 16, 2015 at 6:59 AM