Event when sitemap was changed?
Permalink
Hello,
is there an event fired when the sitemap was changed?
Can't find anything in the listhttp://www.concrete5.org/documentation/developers/5.6/system/events...
Need this to automatically export the sitemap into another system.
Maybe someone knows a different approach?
Best,
elpado
is there an event fired when the sitemap was changed?
Can't find anything in the listhttp://www.concrete5.org/documentation/developers/5.6/system/events...
Need this to automatically export the sitemap into another system.
Maybe someone knows a different approach?
Best,
elpado
I've created a job set that only creates the sitemap and take the cron job url. When the user create or change a page I hook into the page events and call the cron job url within my package controller. After that I trigger the external system so the new created sitemap is processed. It's not sexy but works good enough for me.
Best,
Marcus