I believe there is a bug in taxonomy_dhtml, which renders url aliases in taxonomy terms inproperly. See line 177:

      $link = l(t($term->name), "taxonomy/term/$term->tid/9",

This will try to generate link according to url alias, but what about the "/9"? It shouldn't be there...Same as on line 187.

CommentFileSizeAuthor
#2 taxonomy_dhtml.patch.txt1.4 KBmeba

Comments

meba’s picture

Line 28 is the same (taoxonmy_dhtml block)

meba’s picture

Version: master » 4.7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.4 KB

Attaching patch to this problem

moshe weitzman’s picture

Status: Needs review » Closed (works as designed)

that is a depth parameter. it means show me posts in the category AND all its children

meba’s picture

I don't get it. This means all links generated by taxonomy_dhtml WILLL be broken, because path alias will not be generated. This is by design?