How to Increase the Number of Versions Stored in Version History

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.
 

Add Feedback