• My goal is to keep all roles (except admin) out of themes, plugins and settings.

    Issues:
    1. The big issue is that when I set it up, the user does not have the media tab on the side nor do they have the add media button in pages & posts. I need the users to have this.

    2. I would like for then not to have access to the settings tab.

    What are the levels 0 – 10?

    https://www.ads-software.com/extend/plugins/user-role-editor/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Do not use levels at all – this stuff is deprecated
    https://codex.www.ads-software.com/User_Levels

    ‘upload_files’ capability is needed in order user can see ‘Media’ menu item.

    In order to hide from user ‘Settings’ menu item give her role without ‘manage_options’ capability.

    Thread Starter AustinWeb

    (@austinweb)

    Hello Vladimir:
    Thank you for your response above. What you said does fix what I wanted, however, here is my issue:

    I need for users to be able to maintain the site content without getting into things that alter the functionality (plugins) or design (themes) and settings. They need to be able to create/delete/change posts/pages and upload images/video/pdf. In order to maintain the index page, and the interior page sidebar, they must have access to widgets.

    So far everything is setup the way I need it with the exception of access to widgets.

    Thanks

    Plugin Author Vladimir Garagulya

    (@shinephp)

    Hi,
    The problem with access to widgets only is that WordPress uses the same ‘edit_theme_options’ capability for all those ‘Appearance’, ‘Menu’, ‘Themes’ and ‘Widgets’ menu items.
    There is ‘Admin menu editor’ plugin
    https://www.ads-software.com/extend/plugins/admin-menu-editor/
    which allows to change selected menu item capability without modifying core WP code. Try it in combine with User Role Editor to assign ‘Widgets’ menu your own custom created capability.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need to allow insert media and block the settings tab’ is closed to new replies.