Suppose i have the following hierarchy:
- Term1
- Term11
- Term12
- Term2
- Term21
- Term22
Now i want to allow some roles to be the moderators of articles only in Term11, other roles in Term12 etc. It's easy when allowing them to update/delete, since i use Taxonomy Access Control module. But when i want to allow role to create articles it's not so easy because on an article creation page i can select any category. But i want to show only that categories in which a role can create articles.
is it possible to do?