11. How to Increase the HTML Version History - DNN Tip of The Week
7 min : 4 sec
This video will show where to find and how to increase the number of versions the HTML module can store within its Version History.
UPDATE PortalSettings
SET SettingValue = '15'
WHERE SettingName = 'MaximumVersionHistory' AND PortalID = 0
SELECT *
FROM PortalSettings
WHERE SettingName = 'MaximumVersionHistory' AND PortalID = 0
Sponsored by