Automatic generation / rebuild of sitemap.xml
I have a project where I'm using the XML Sitemap module, and have the sitemap.xml page generated without any issues.However, it would be more useful to have the sitemap update whenever new content is...
View ArticleCannot reliably check node_access from inside hook_node_save() with node grants
Normally when a new node inserted to drupal, xmlsitemap should rebuild the sitemap on next cron task. but i found it never on 6.x-2.x-dev. I look into the code and found function...
View ArticleSplit {xmlsitemap}.context into its own {xmlsitemap_sitemap_context} table?
Not sure if this is something to move forward on or not, but it would probably make finding sitemaps via context easier instead of having to store a hash of the context array.
View Articleunpublished nodes
I have the latest xmlsite map module installed, yet it is still showing unpublished nodes in the sitemap, which I dont want the search engines to reach. What can be done ?
View ArticleGot a "Cannot send session cookie" warning with xmlsitemap from...
Dunno how important it is, but thought you'd like to know. I have XML sitemap installed on Drupal 7.28. XML sitemap custom, engines, node and taxonomy modules are enabled, internationalization, menu...
View Articlechange frequency option for nodes
I added nodes to the sitemap and they all have a change frequency of "yearly". I didn't see an option to change that.
View ArticleCreate a hook to alter generated link xml
Currently there is no way to change the output of the link xml. This was in part my solution to #451234 Support for extended sitemap formats (e.g. video, news, image, mobile), but could be useful in...
View ArticleSupport for extended sitemap formats (e.g. video, news, image, mobile)
This was brought up by netaustin at #448000-9: Big, Over-Arching Sitemap Architecture Discussion (tm):"# Google News provides a namespace to extend the Sitemaps.org XML file for their purposes. Can we...
View ArticleAdd Views Bulk Operations integration
So I wanted to bulk update a portion of my Basic Pages XML Sitemap settings. The default is set to exclude Basic Pages. I could manually update every page, but with over 100 pages that need to be...
View ArticleBlank settings page
Hello, great work with XML Sitemaps 7.x-2.2I'm trying to set the XML sitemap for my website in Drupal 8.0.0-dev and I know it's sandbox right now but, I keep getting a blank page when I go to...
View ArticleError loading stylesheet
When I attempt to visit my sitemap (http://www.simplemovinglabor.com/sitemap.xml), I get a page with the following error:Error loading stylesheet: An unknown error has occurred (805303f4)That's the...
View ArticleSymfony\Component\Routing\Exception\RouteNotFoundException
After replacing 'url(' to '\Drupal::url(', and trying to install xmlsitemap, this error/warning shows up above the Drupal message: "The website has encountered an error. Please try again...
View ArticleReplace !placeholder with @
Core doesn't support the ! placeholder anymore, change to @.See CR: https://www.drupal.org/node/2575819
View ArticleFatal error: Call to a member function getName() on a non-object
When visiting the settings page I get this error: Fatal error: Call to a member function getName() on a non-object in /modules/xmlsitemap/src/XmlSitemapListBuilder.php
View Articlemodule_load_all_includes does not include xmlsitemap.xmlsitemap.inc
I think the fix in #1392710: Call to undefined function xmlsitemap_link_frontpage_settings() was not complete/correct.Let me explain...We currently call <?phpmodule_load_all_includes('inc',...
View ArticleError saving settings in Beta10
Problem/MotivationSaving the settings when no entity has been defined (showing only frontpage) generates an error "Error The website has encountered an error. Please try again later"This is due to the...
View ArticleXML Sitemap creates links but not pages
This is a fresh install of XML Sitemap on a fairly new Drupal 7 site. After install XML Sitemap, the module seems to work as expected, except to add pages to the sitemap.I first visit...
View Article