I have the following taxonomy terms:
- Color
--- Blue
--- Red
--- Green
- Shade
--- Triangle
--- Square
--- Circle

And I like to display only the Shades, can I do that with the HS D7? if not is there another module to do it?

Comments

pieterjd’s picture

Take a look at the API . I had a similar problem - remove 1 specific term from the root. Just implement hook_hierarchical_select_root_level($params, $dropbox = FALSE) with the code that does what you want.

wim leers’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

layout correction