Custom Registration page issue

Home Forums Legacy Support Support queries Setup issues Custom Registration page issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #93812
    theheir
    Spectator
    Hi! I set my own registration page and it works. When a not logged and register user clicks on a course this message appears "You have to be logged in to take this course" with the options: login | register. When I click on register it redirects to the old buddypress registration page. Is there a way to keep my custom registration page? Thank you
    #93851
    chimkudo
    Spectator
    Have the same problem, please help. It's likely wplms shortcode did not work.
    #94007
    Anshuman Sahu
    Keymaster
    Please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_registeration_page','cusom_registration_page_wplms_course'); function cusom_registration_page_wplms_course(){ return '<a href="'.wp_login_url( get_permalink() ).'" class="link"> '.__(' LOGIN','vibe').'</a> | <a href="http://your-site.com/custom-register-page" class="link"> '.__(' REGISTER NOW','vibe').'</a>';   } change " http://your-site.com/custom-register-page " in above code to your custom register page .
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Registration page issue’ is closed to new replies.