This diff updates the urls generated by taxonomy_dhtml.module to comply with the new taxonomy.module url scheme of /taxonomy/term/$tids/$depth/$op.
This fixes broken rss feed urls, as well as brings the menu links up to date.
Diff created against cvs.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_dhtml.module.diff | 1.88 KB | crunchywelch |
Comments
Comment #1
moshe weitzman commentedthis patch is mostly god, but some modules depend on the $type parameter which was removed. specifically recipe and import modules request a vocab_vert for just their node types using that param. we want to keep supporting this.
please resubmit a patch which maintains this feature and fixes the urls.
Comment #2
moshe weitzman commentedComment #3
skorch commentedYou missed a spot. The little help explanation at the bottom of the syndication integration screen:
The feeds above may be mixed by listing term IDs at the end of the url. ID's should be separated by commas. For example, here is a feed for
The still has the old format on line 155 of the module.
Skorch
www.gonzotravel.net
Comment #4
moshe weitzman commentedi think you are using an old version. line 155 is unrelated
Comment #5
(not verified) commented