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.

CommentFileSizeAuthor
taxonomy_dhtml.module.diff1.88 KBcrunchywelch

Comments

moshe weitzman’s picture

this 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.

moshe weitzman’s picture

skorch’s picture

You 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

moshe weitzman’s picture

i think you are using an old version. line 155 is unrelated

Anonymous’s picture