• Resolved querin

    (@querin)


    Hi,
    is it possibile to give the permission for the modification of the taxonomy order to a user with a lower user level?
    I use “User Role Editor” and I’d like to give the permission to using Taxonomy Order to a user level that I created.

    Regards,
    R

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem. There is any way to solve this issue? Thaks! Jorge.

    Plugin Author nsp-code

    (@nsp-code)

    Hi,
    User level capability is actually deprecated, so the plugin does not rely anymore on it. Instead it use capabilities, specific to each roles e.g.
    ‘read’ => ‘Subscriber’
    ‘edit_posts’ => ‘Contributor’
    ‘publish_posts’ => ‘Author’
    ‘publish_pages’ => ‘Editor’
    ‘install_plugins’ => ‘Administrator’

    To allow a lower capability user role to see the sort, you should go to Settings > Taxonomy Terms Order > Minimum Level to use this plugin , set that per your requirement. If use a custom role, chose the capability which is being included.

    Thanks

    Thread Starter querin

    (@querin)

    Thank you very much.

    I didn’t navigate in the admin panel, so I didn’t see the role managemtn.

    My fault.

    Regards,
    René

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using with lower user level’ is closed to new replies.