Skip Navigation

[Resolved] Use Toolset Access to control user roles permission on back-end

This thread is resolved. Here is a description of the problem and solution.

Problem:

I want to allow editor roles to edit the navigation menu. Is it possible to configure this using Toolset Access?

Solution:

You can setup capabilities for different custom roles, for example:
Dashboard-> Toolset-> Access control-> Custom Roles

- Enable advanced mode

- find and edit "Editor" role, enable the specific capabilities "edit_theme_options"

Relevant Documentation:

https://toolset.com/documentation/user-guides/managing-wordpress-admin-capabilities-access/#editing-capabilities-for-your-custom-roles

This support ticket is created 5 years, 6 months 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 2 replies, has 2 voices.

Last updated by michaelW-23 5 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1291051

Tell us what you are trying to do? Use Toolset Access to give user roles permissions to access certain WP admin functions

I want to allow editor roles to edit the navigation menu. Is it possible to configure this using Toolset Access?

I know there other plugins to achieve this and I could modify the functions.php (as discussed here: https://wordpress.stackexchange.com/questions/4191/allow-editors-to-edit-menus),

...but I hoped Access would be able to handle this.

#1291359

Hello,

You can setup capabilities for different custom roles, for example:
Dashboard-> Toolset-> Access control-> Custom Roles
- Enable advanced mode
- find and edit "Editor" role, enable the specific capabilities "edit_theme_options"

See our document:
https://toolset.com/documentation/user-guides/managing-wordpress-admin-capabilities-access/#editing-capabilities-for-your-custom-roles

section "Editing Capabilities for Your Custom Roles"

#1293085

My issue is resolved now. Thank you!