On my child sites I have activated and personalized the white label support form. It works fine for the administrator account, showing a dasboard menu item and a button in the admin bar. But for other users these don’t appear. I used Advanced Access Manager plugin and configured it to show to all users/roles, set a special right to the URL of the support form without success. The same for User Role Editor.
What capability is needed for this dashboard item to be displayed?
Hey @Peter46
There isn’t an option for this out-of-the-box, but we do have a filter which can control this setting.
Please find the code at this link:
Adjust the desired roles in this line to your preference: $allowed_roles = array( ‘contributor’, ‘editor’, ‘administrator’, ‘author’ );
The easiest way to apply the code to your Child Sites is by using our Code Snippets extension.
Thank you, that works fine!
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.