Viewing 1 replies (of 1 total)
  • Thread Starter brianjstarr

    (@brianjstarr)

    OK, I think I fixed this!

    I added the plugin “shortcoder”, and then created 2 shortcodes:

    redirect_if_logged: <script>if (document.body.classList.contains( ‘logged-in’ )) { window.location=”https://www.ocdumbos.com/courses/roof-rat-care-and-ownership/&#8221;}</script>

    And added this shortcode to the lp-profile page

    redirect_if_not_logged: <script>if (!(document.body.classList.contains( ‘logged-in’ ))) { window.location=”https://www.ocdumbos.com/lp-profile/&#8221;}</script>

    And added this shortcode to the roof-rat-care-and-ownership course.

    And I activated login and registration from the lp-profile.

    So, now if someone tries to open the course who is not logged in, they will be forced to login or register, then they will be directed to the course page.

    If someone is already logged in and tries to view the profile for some reason, they will be immediately directed to the course.

    It’s not pretty, but it works and at least isn’t as confusing to the user as what used to happen. I wish someone working at learnpress could figure out how to make the registration and course enrollment process work more smoothly.

Viewing 1 replies (of 1 total)

The topic ‘New user registration process too confusing’ is closed to new replies.