Support Forum » User Profile

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: You are not allowed to edit this post. #18392
    boethiusboethius
    Participant

    These are the permissions that the user group has:

    
    add_role( 'analyst', __('Analyst' ),
    array(
    'read' => true, // true allows this capability
    'edit_posts' => true, // Allows user to edit their own posts
    'edit_pages' => false, // Allows user to edit pages
    'edit_other_posts' => true,
    'edit_others_posts' => true, // Allows user to edit others posts not just their own
    'create_posts' => false, // Allows user to create new posts
    'manage_categories' => false, // Allows user to manage post categories
    'publish_posts' => true, // Allows the user to publish, otherwise posts stays in draft mode
    'edit_themes' => false, // false denies this capability. User can’t edit your theme
    'install_plugins' => false, // User cant add new plugins
    'update_plugin' => false, // User can’t update any plugins
    'update_core' => false,
    'upload_files' => true // user cant perform core updates
    )
    );
    in reply to: You are not allowed to edit this post. #18391
    boethiusboethius
    Participant

    Hi, it seems this isn't so straightforward. I added the edit_other_posts but this actually doesn't exist. WP documents edit_others_posts.

    Either way, both privilege types don't work. The users are still not allowed to edit the post. Must the privileges be flushed somehow?

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)