Active
Project:
XML sitemap
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2012 at 19:20 UTC
Updated:
26 Feb 2013 at 18:48 UTC
What does "Save and restore any custom inclusion and priority links" in the rebuild tab mean?
I use hook_xmlsitemap_links() for generating a number of custom links for sitemaps. I assumed checking this box would keep such links in the xmlsitemap table while unchecking it would clear them from the xmlsitemap table and regenerate them anew.
However, after many tests (because I had a problem described at #1291898: Rebuild processing imaginary nodes), I found that the checkbox never cleared items generated by hook_xmlsitemap_links() from the xmlsitemap table. Eventually, I had to clear that table manually to alleviate/solve the issue.
So, to summarize, I would like to know:
Comments
Comment #1
ccw commentedI found that hook_xmlsitemap_links() isn't called anymore in 6.x-2.0-rc2:
And I wonder how to replace it.