Site map was not respecting the alias created by pathauto for each Vocabulary. I have attached a patch which solve this issue. But I didn't test it with multi level Vocabulary.

CommentFileSizeAuthor
#1 taxonomy_alias.patch1003 bytesVisualFox
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VisualFox’s picture

FileSize
1003 bytes

Forgot to attach the patch

silverfly’s picture

This patch worked like a charm! The module was displaying the categories properly, but when I clicked on one, the page was blank (for the most part). I assumed this was because the module wasn't respecting the aliases I set up.

Patch installed... all is well. Thanks!

mrf’s picture

Status: Active » Reviewed & tested by the community

Had the same issue, patch solves the problem and is a really simple one line fix.

frjo’s picture

Committed to 6--2-dev.

frjo’s picture

Status: Reviewed & tested by the community » Fixed
VisualFox’s picture

Thank you! Sorry for my late reply but for some reason the drupal site stopped to send me notification... I glad the patch worked

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ilanhaz’s picture

The taxonomy URL paths on the sitemap page are not in the URL paths’ alias format (which are generated by the Pathauto module).
In order for it to work I needed to change one line in the sitemap module code (same line as the patch showed above touched but differently). See Drupal Sitemap does not show URL aliases