Closed (fixed)
Project:
Taxonomy dhtml
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Reporter:
Created:
11 Dec 2008 at 19:15 UTC
Updated:
27 Dec 2008 at 05:02 UTC
Jump to comment: Most recent
All the URLs on the block that lists terms have a "/9" appended to them.
In taxonomy_dhtml.module search for the "/9" and delete just that.
There you have it... my first bug fix ever.
Comments
Comment #1
Anonymous (not verified) commentedNot a bug. It's a feature. :)
The /9 relates to the depth of the terms when you are using a hierarchical vocab.
Pulled from http://lists.drupal.org/pipermail/support/2007-May/004587.html
I'll put in a fix that makes this configurable with options of 'none','all', and 1-9.
Comment #2
Anonymous (not verified) commentedhttp://drupal.org/node/346403 - RC3 makes this configurable. Give it a try and let me know what you think.
Comment #3
OneTwoTait commentedI don't think that will work on my install because I'm also using the Taxonomy Force-All module because I always want all levels shown.
With the "/9" gone, mine works just as I want it to. I can see how that would be a useful feature for other sites though. :)
Comment #4
Anonymous (not verified) commentedI don't see a D6 version of the module you mentioned. However, setting the Depth to None with that module installed should accomplish the same thing with one exception; The counts will be wrong.
The /9 was added back in D4 because of depth issues. Making this configurable is the best compromise that I can make.