• Resolved Wayne

    (@waynep16)


    I have an EDITOR tole user who is trying to access /edit.php?post_type=jb-job but it says they need higher level of access. How can we ensue editor user can edit jobs?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @waynep16

    There is the list of the role capabilities used by JobBoardWP custom post types and taxonomies:

    // Job post
    'edit_jb-job',
    'read_jb-job',
    'delete_jb-job',
    'edit_jb-jobs',
    'edit_others_jb-jobs',
    'publish_jb-jobs',					'read_private_jb-jobs',
    'delete_jb-jobs',					'delete_private_jb-jobs',
    'delete_published_jb-jobs',					'delete_others_jb-jobs',
    'edit_private_jb-jobs',
    'edit_published_jb-jobs',
    'create_jb-jobs',
    
    // Job Types taxonomy
    'manage_jb-job-types',
    'edit_jb-job-types',
    'delete_jb-job-types',
    'edit_jb-job-types',
    
    // Job category taxonomy
    'manage_jb-job-categories',
    'edit_jb-job-categories',
    'delete_jb-job-categories',
    'edit_jb-job-categories'

    You may use 3rd-party plugins e.g. User Role Editor to add the necessary capabilities to your roles.

    Let me know if you have other questions,
    Best Regards!

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi?@waynep16

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘EDITOR role can not access add / edit job on back end’ is closed to new replies.