By thaiboxer on
using the 6.x-2.x-dev of xml sitemap i haven't been able to get some of the content into the map.
a picture of the setup:
http://img96.imageshack.us/img96/7647/xmlsitemap.jpg
what can cause them not to be visible?
i use faceted search to access the content, which is controlled by a view, i tried adding a view page to a menu but still nothing in the sitemap.
Comments
The module checks if
The module checks if anonymous users can access the nodes using the node_access('view', $node, drupal_anonymous_user()). Do anonymous users have the 'access content' permission on your site? Do you have any other content access related modules?