Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi rubenalonsoes,

    First, we have the option “No enroll required” which mean everybody can learn even they don’t have account. You can try it.
    https://i.imgur.com/MQgRL7V.png

    In the settings option of a course, you can also edit the number of students enroll (I have checked again and realized there is a little bug and we will update to fix it soon).
    https://i.imgur.com/MPTXe4x.png

    If you want to hide the number of student enrolled. You can try override the course template and hide it.
    https://github.com/LearnPress/LearnPress/wiki

    Thread Starter Rubén Alonso

    (@rubenalonsoes)

    Thanks Hoang!
    Yes, I’ve tried the option of the number of students enrolled but it didn’t change.

    Thanks!

    Hi rubenalonsoes,

    The option of the number of students enrolled works now. However, we will consider to remove this function when we provide feature to see “list of students” in the future.

    Best regards,

    Thread Starter Rubén Alonso

    (@rubenalonsoes)

    Thanks! ??

    What is the override for this function.

    I tried

    function your_theme_update_learnpress_templates() {
    remove_action( ‘learn_press_course_landing_content’, ‘learn_press_course_instructor’);
    }

    Below the title of the course, there is this text:

    “Free No student enrolled”

    This is followed by a link to mysite/lp-profile/admin

    1. I don’t want to see “No student enrolled.” How do I get rid of this? In any case, it should be “No students enrolled.”

    2. What is the /lp-profile/admin link doing there? I don’t want to see it. How do I get rid of this?

    I would prefer not to have to mess around with PHP because the next time the plugin is updated, I have to do it all over again.

    Any ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change or modify number enrolled students’ is closed to new replies.