• Hi

    Great plugin! We would like to change “Editor” permission so that “Editors” don’t have the right to both “Manage” and “Add New” documents. Only to View them.

    Could you please make a fix or an optinal setting for this for Admins to handle?

    Thanks

    http://wordpress.org/plugins/wp-help/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I second this! I would love to have this option as I intend to use this on client websites.

    It may disappear some options for non-administrator, look for the “list-documents.php” File this in the “Templates” folder once opened look line 5 will see something like this:

    <php if (current_user_can ('publish_pages') | | current_user_can ('manage_options')):>

    Change it by:

    <php if (current_user_can ('manage_options')):>

    So erase options “Edit” and “New” hope will be helpful :).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change "Editor" permissions?’ is closed to new replies.