Not giving URLs from Pathauto
taite11 - November 15, 2008 - 20:22
| Project: | Taxonomy List |
| Version: | 6.x-1.2 |
| Component: | Performance |
| Category: | bug report |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | postponed |
Jump to:
Description
So, the taxonomy list works.... except the URLs in the list are in the format "taxonomy/term/#" rather than the URL alias generated by Pathauto. Does it not work with Pathauto or am I missing something?

#1
Actually, it does work with Pathauto. It's just giving URLS like term/4/all even for child terms. This is because clicking "Show children when clicked" under "link options" is not only adding the "/all" to parent terms, but to child terms as well.
#2
This is fixed in the 5.x-1.x-dev and 6.x-2.x-dev versions that roll up up at midnight GMT.
#3
Thanks for the help Nancy Dru. I installed 6.x-2.x-dev but the issue is still there.
When "Show children when clicked" is selected all links go to "Page not found."
I think the issue is that when "Show children when clicked" is selected it will just take the URL generated by pathauto and append "/all" to it. Appending "/all" will work fine if these weren't URL aliases created by Pathauto, but they are. So I'm thinking what it should do is find the relevant path alias from Pathauto.
I think path aliases for system paths ending in "/all" have to be setup manually, so it would also be convenient if it didn't try to use the "/all" function for child links at all (because it isn't needed for those links anyways).
Know what I mean?
#4
Okay, back to the drawing board...
#5
There is another solution now. There is a port of the Taxonomy Force All module to Drupal 6.x at #331192
This allowed me to do exactly what I wanted to do with Taxonomy List and with my site in general.
:)
#6
Good. I'm glad your site is fixed. I'm setting this to postponed for now and will come back to it.