• Resolved santis14

    (@santis14)


    I’m having an issue when adding additional instructors. When they make a change in the course, for example, adding a quiz or another activity, upon saving, they automatically lose instructor status, meaning the course is removed from their list and they can’t make further changes. This is greatly affecting our operations, as I have to constantly re-add them to the course.

    Please, if you can send me a fix to upload and resolve this issue, I’d greatly appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter santis14

    (@santis14)

    This is the fix I applied to solve the problem with the additional instructors:

    in MultipleInstructorsAddon.php:

    public function save_additional_authors( $course_id, $course ) {

    $current_user = wp_get_current_user();

    if (!empty($current_user->roles) && $current_user->roles[0] == “masteriyo_instructor”) {
    return;
    }

    Plugin Author masteriyo

    (@masteriyo)

    Thank you for the update,

    We will investigate the issue, and if needed, we will include the fix in our upcoming update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Course Instructors Bug (Urgent)’ is closed to new replies.