Home›Topic Tag: Controlling access to admin function
Topic Tag: Controlling access to admin function
Access plugin allows you to control administration capabilities in a WordPress site. You can create your own custom roles, set their permissions and choose exactly what sections different user roles can reach in the WordPress admin.
When you ask for help or report issues, make sure to tell us on which content and user types you are trying to apply access control.
Viewing 15 topics - 121 through 135 (of 149 total)
Problem:
What is the meaning of "Role of the user to create/edit" and the respective Toolset Access settings in Toolset > Access Control for Forms?
Solution:
1. Role of the user to create/edit Defines what is edited or may be edited by this form
2. Access Settings define who can do #1 above. Hence, who can use the form?
Problem: I have a custom select field. When admins edit a post in wp-admin, they can change the field selection successfully. When Users with a custom role edit the same post, the custom field resets and nothing is selected.
Solution: In this case, it appears that HTML in the field content (value) is the main problem. Replace HTML in the field content with a basic number, then resave the posts if needed.