Skip Navigation

[Resolved] Is is possible to setup user role to be able add taxonomies

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 3 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#2421885

I would like to add user role which can add taxonomies only for specific language. I was able to setup permission for post type but can't find how to setup it for taxonomies. Is it possible to do, so user can add category only for specific language?

#2421995
new-term.jpg

Hello,

There isn't such kind of built-in feature within Toolset plugins, see our document:
https://toolset.com/course-lesson/setting-access-control/#taxonomy

There isn't privilege for adding terms.

As a workaround, you can try with Toolset Forms plugin, for example:
1) Create a post form for creating posts in frontend
https://toolset.com/home/cred/
2) In above post form, display the category field with option "Let visitors create new terms for this taxonomy" enabled, see my screenshot new-term.JPG
3) Create a custom user role
https://toolset.com/course-lesson/setting-up-custom-roles-for-members/
4) Display the post form of step 1 only for the specific user role of step 3)
https://toolset.com/course-lesson/controlling-access-to-front-end-forms/