0

I am developing a CMS website by using DotNetNuke. Requirement is like that, The Admin can change the content of any page and he/she also want to set date time at which the changes will be published to the website. Is this achievable? If yes the How?

Thanks in Advance

Attri
  • 217
  • 5
  • 14

2 Answers2

3

You can set start and end dates for each module in DNN (via module settings). However, if you want to change the content within the module without replacing the module itself, that will depend on whether the module supports start/end dates.

bdukes
  • 152,002
  • 23
  • 148
  • 175
0

I used to do that with this module: dnnGo xBlog

You can create an article and set it's Start Date and Expiration Date.

The article will show up on the StartDate and disappear on the EndDate.

L_7337
  • 2,650
  • 28
  • 42
  • Can we do the same for Pages also? – Attri Apr 01 '14 at 12:16
  • Not that I have seen. You could make a module that could do that, but I've never seen any settings or modules that enable/disable pages on a preset date. You would need to write a DNN Scheduled Task to enable/disable the page in it's settings. Ex: http://mitchelsellers.com/blogs/2011/01/18/creating-dotnetnuke-scheduled-jobs.aspx – L_7337 Apr 01 '14 at 12:42