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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_dhtml.patch.txt | 1.4 KB | meba |
Comments
Comment #1
meba commentedLine 28 is the same (taoxonmy_dhtml block)
Comment #2
meba commentedAttaching patch to this problem
Comment #3
moshe weitzman commentedthat is a depth parameter. it means show me posts in the category AND all its children
Comment #4
meba commentedI 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?