Closed (duplicate)
Project:
Hierarchical Select
Version:
5.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Feb 2008 at 16:09 UTC
Updated:
7 Feb 2008 at 22:49 UTC
I have a 7 level hierarchy. Sometimes I want to ask the user to pick an option from only level 2. Currently, I do not think you can accomplish this with the existing API.
I would be happy if I could just limit the selection depth to level 2 and above - I think this would be easier to implement.
Thanks for an amazing module.
Comments
Comment #1
wim leersIt's up to the implementation to support this: the API supports this, along with *any* other kind of restriction (in short: the depth should be set in $params, which is passed to every relevant API function). The content_taxonomy module supports it.
See http://drupal.org/node/213992, of which this is by the way a duplicate.