Hey inSiders I believe I know the answer to this but looking for confirmation.
Let’s say I have these custom user roles:
- Apple
- Orange
- Banana
I have a parent category named: Fruit
Now let’s say I want a child category under Fruit, called Apple.
In this child category, I only want the custom user role of “Apple” to be able to view this child category. The user roles Orange and Banana should not be able to see it.
And this would continue, so under the parent category Fruit, I would have child categories called: Orange, Banana. And I would only want them to be visible to their respective custom user roles.
In order to accomplish this, I would need to set up my forum so:
Parent Category: Fruit | Child Category: Apple | Child Category: Orange | Child Category: Banana | |
---|---|---|---|---|
Apple custom role | visible | visible | No | No |
Orange custom role | visible | No | visible | No |
Banana custom role | visible | No | No | visible |
Is that correct? Does anyone have a similar set up in their community?