• Resolved phejster

    (@phejster)


    I’m trying to create a new role that has Editor capabilities AND the capability to manage the redirection settings.

    I’ve tried to add capabilities that I think could contain the ability to manage the plugin but haven’t found a solution. Does the plugin add capabilities that are not shown on http://codex.wordpress.org/Roles_and_Capabilities?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Godley

    (@johnny5)

    The plugin requires the ‘administrator’ capability. Look for add_management_page in redirection.php

    Patrizio

    (@spatrix)

    I was able to change the capability.
    As John said need to change the ‘administrator’ capability.

    I changed ‘administrator’ to ‘7’ in order to give capability to editors as well.

    file to change are redirection.php and ajax.php into the plugin folder.

    write me if you need some more help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Redirection] Capabilities’ is closed to new replies.