I'm fairly new to Umbraco and am looking for some advice.
To stop our website being out of date we would like a feature in Umbraco that flags up webpages that havent been edited for a specific time, probably 6 months to the content owners either by email or in Umbraco itself.
Otherwise you should be able to create a custom dashboard yourself using the contentservice api to display pages that have not been published for about 6 months or whatever timeframe you need to operate with.
Out of Date webpage flag
Hi
I'm fairly new to Umbraco and am looking for some advice.
To stop our website being out of date we would like a feature in Umbraco that flags up webpages that havent been edited for a specific time, probably 6 months to the content owners either by email or in Umbraco itself.
Does anyone know of such a feature/plugin.
Thanks.
Hi David and welcome aboard :)
I honestly can't remember if there is a specific package that does this out of the box - But I think that perhaps you can benefit from using Richard Soetemans maintainance package? https://our.umbraco.org/projects/developer-tools/content-maintenance-dashboard-package/
Otherwise you should be able to create a custom dashboard yourself using the contentservice api to display pages that have not been published for about 6 months or whatever timeframe you need to operate with.
You can learn more about the dashboards config here https://our.umbraco.org/wiki/reference/files-and-folders/dashboardconfig and you can read more about the content service api here https://our.umbraco.org/documentation/reference/management/services/contentservice
I hope this helps!
/Jan
Thanks Jan
Will give this ago. Will post the results.
is working on a reply...