By murph on
I am on 4.6 ( i know is should upgrade...just not looking forward to it - i hate upgrades :)
I have the taxonomy menu displayed and have created path aliases for the terms presented within it. However, i discovered that below each blog entry, the term link is displayed but it is different from the one used in the tax menu.
eg:
taxonomy/term/1/9 <--- tax menu link for term
taxonomy/term/1 <--- normal term link below blog entry
How do i set them up so both are the same path alias, else i will have duplicate pages for every term?
Comments
mmm
Found this thread...http://drupal.org/node/39337
Anyway, i thought about it and decided that removing the /9 part of the menu paths would leave me with the correct path used by the rest of drupal. And this worked...although a hack :(
In taxonomy_dhtml.module
line 46, 185 and 195 removed /9 from the path creations