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

wim leers’s picture

Assigned: Unassigned » wim leers
Status: Active » Closed (duplicate)

It'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.