The links under the Content section of /admin/settings/xmlsitemap link to the Drupal 5 path
/admin/content/types/page?destination=admin%2Fsettings%2Fxmlsitemap
In Drupal 6 is should be
/admin/content/node-type/page?destination=admin%2Fsettings%2Fxmlsitemap
I'll submit a patch in a few minutes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | xmlsitemap-node-741144-2.patch | 563 bytes | allella |
| #1 | xmlsitemap-node-741144-1.patch | 671 bytes | allella |
Comments
Comment #1
allella commentedHere's a simple patch.
Comment #2
allella commentedSorry, the last patch wasn't relative to the proper directory path.
Hope this is better
Comment #4
allella commentedNot sure what needs to be fixed here. I changed a broken link to a corrected link. I'd be glad to re-roll a patch if I know what these failures are, but it seems like they're related to something else.
Comment #5
Anonymous (not verified) commentedWhat happens if you apply the patch to 6.x-2.x-dev instead? That is where you should create your patches and using CVS diff is preferred. Setting attributes to see what happens.
Comment #6
dave reidFixed in CVS. Thanks!
http://drupal.org/cvs?commit=344946