Hi Guys i want to create a page where by i can show suitable message to the umbraco Site users that "site is temporarily undergoing maintenance and we will be up in next xx hrs". Text and date by when this message is visible in this page should be customizable by Admin user from backoffice. Do you have any ideas for doing this in umbraco CMS 7.5.
Do you want to create just html page for time when site is down?
How it can be editable from admin part if site is down? It can be only html page, and you need to write some controller that will allow you to edit html file and save. But you will not able to edit it when site is down.
Hi Alex
Yes i want to create a html page when site is down. I have also made an error page which comes whenever an invalid url is navigated by a user. Content of error page is customizable. Just wondering if i could do the same with this offline page which we can trigger using filter or controllser as you are suggesting.
Site Maintenance page
Hi Guys i want to create a page where by i can show suitable message to the umbraco Site users that "site is temporarily undergoing maintenance and we will be up in next xx hrs". Text and date by when this message is visible in this page should be customizable by Admin user from backoffice. Do you have any ideas for doing this in umbraco CMS 7.5.
Hi Rakesh
Do you want to create just html page for time when site is down?
How it can be editable from admin part if site is down? It can be only html page, and you need to write some controller that will allow you to edit html file and save. But you will not able to edit it when site is down.
Thanks,
Alex
Hi Alex Yes i want to create a html page when site is down. I have also made an error page which comes whenever an invalid url is navigated by a user. Content of error page is customizable. Just wondering if i could do the same with this offline page which we can trigger using filter or controllser as you are suggesting.
Rakesh, you can manage this html page only from custom controller or use this package - https://our.umbraco.org/projects/developer-tools/render-page-to-file/
is working on a reply...