Hi,

How can I show all subcategories when the top category is selected?

* Top Category

** Sub Category

*** Sub Sub Category 1
*** Sub Sub Category 2
*** Sub Sub Category 3

I have this setting for active level:
define('CAT_BOX_ACTIVE_LEVEL', '2|0|9');

The above only show the "sub category" when the top category is selected. How can I make it show the "sub sub categories" without having to click on the "sub category" link?

Thanks