By rubenski on
Hi,
I am trying to create clean URLs for both taxonomy term pages and nodes published under a certain term.
Could someone help out? All I've got so far is one semi-solution for the term pages. I am using this path in the "Taxonomy term paths" section.
[term:vocabulary]/[term:parent]/[term:name]/
But this is only giving me myvocabname/term/home paths. It doesn't get longer as paths get deeper. It just uses the actual term of the term page. I need the entire path like vocabname/term1/term2/term3/home or something.
I haven't even started on a solution for nodes published under the terms.... at a total loss here and about to program my own solution. Your help is much appreciated.
Comments
Tried cat-path-raw ?
Tried cat-path-raw ?
What's new and changing in PHP 8.4
Creating clean taxonomy URLs
Creating clean taxonomy URLs for nodes published under taxonomy terms is not possible yet in Drupal 7, because of the way in which Taxonomy was changed in Drupal 7.
There is however a patch available to make this possible in D7.
Read this: http://drupal.org/node/741914 and especially post #18.