Category 7 is a child of category 1. If I take that out it does not solve the problem.
But I think I understand the problem now:
If you show a list of families on a page and you exclude categories to which individuals are assigned, the following will happen: when you open a family it will show all individuals, even those which are excluded, but the link to that individual will not work.
It means that you can not use exclude_category and the enable_category_select=’TRUE’ together in this case. Because it will show individual categories in the selector, while the page contains a list of families.
What I would need is the possibility to exclude individual categories (1,2,4,6) in the selector on a page that lists families with categories 9,10,11,12,13,14,15.
