• Hi Guys,

    This is how to make the overview tab default on course landing page.

    Open the file /learnpress/inc/lp-template-functions.php

    On line 608 change
    $tabs['curriculum']['active'] = true;
    to
    $tabs['overview']['active'] = true;

    Save file and check the result.

    The logic behind it is that if you were enrolled then you don’t need to see the overview tab everytime you login to a course so they created a routine to sellect curriculum tab automatically.

    What we did here is tell the script to sellect the overview tab instead of curriculum tab or removing the whole subroutine alltogether.

    You’ll need to reapply the changes after every update to the plugin.

Viewing 1 replies (of 1 total)
  • Hi Aldoseri,

    Thank for your topi and your solution.

    I hope it will be useful for others users.

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Activating the Overview tab for all’ is closed to new replies.