Why "Display Descendants" make this url:
taxonomy/term/10 14 20 121 165 224 56 147 368 465 489 520 22
But not this:
taxonomy/term/10/all
I think this will be good, and url aliases must work with this url
Why "Display Descendants" make this url:
taxonomy/term/10 14 20 121 165 224 56 147 368 465 489 520 22
But not this:
taxonomy/term/10/all
I think this will be good, and url aliases must work with this url
Comments
Comment #1
indytechcook commentedI did some testing using 'all' and received mixed results.
Using default taxonomy page callback. No views
Using the taxonomy view
PathAuto does not apply the correct url alias.
I did a little playing with views but couldn't get the right configuration. If this is implemented (and I think it should be) then a detailed use case is needed as part of this issue: #419798: Use case documentation .
Here is how to implement if you want to test:
Change the function taxonomy_menu_path_default starting at line 533 in taxonomy.module
From:
TO
Comment #2
sashken2 commentedMay be it help.
In version 6.x-1.02 - "Display Descendants" works good.
Comment #3
indytechcook commentedThanks for the suggestion sashkenn but the versions interface the the menu date completely differently. The past version controlled how the screen was displayed but this version doesn't. While this gives you ultimate control for the experienced Drupaler, the beginner is fewer options (taxonomy module or a view).
This issue is out there for a default page callback to be created. I just haven't gotten to it yet. #407490: Default Page Callback for Taxonomy Menu
Comment #4
indytechcook commentedAdded to 2.4-beta1. Please test.
Comment #5
arlinsandbulte commentedLooks good to me
Comment #6
indytechcook commentedSet to fixed since this is part of the latest version.