Hey. We have a page where we have different user roles for each language. One of our language translators has asked for permission to create categories on the page. These are custom taxonomies, so I cannot find them when trying to add the permission for the given language. Is this possible? To clarify I have attatched an image with the page needed for permission.
In case it is easier for you to visit the site yourself and see it, I can provide credentials.
Taxonomies are usually public and unlike posts taxonomies do not store any related content for author.
In the Backend admin, any user who has capabilities to edit or add posts for the post type where the taxonomy is attached to, can see the terms of that taxonomy as well. It does not matter really who crates the term.
You will have to add your own custom code to achieve such custom goad. If you need such custom programming, you are welcome to contact any of our certified partners.
=> https://toolset.com/contractors/
We have different categories for each country - so they are not linked. So when Germany for example creates a new category it will not appear anywhere else - but it will not be possible through Toolset to control this, country wise, as far as I understand?
Do you have any documentation to guide me in how to program it myself? 🙂
Then you should try to use pre_get_terms hook in order to show only terms belongs to that current loggedin user matching the custom term field that holds the value of user ID.