Hello,
I've created a new registration page: meestergijs.nl/aanmelden. Should I also set it as the registration page in WPLMS/misc?
screenshot.
Gijs
Hello,
yes if you set the registration page here then this replaces the BuddyPress default email.
in login area when the user will click the sign-up button then they will be redirected to this page.
Great. Now I can delete this code. A little les every time..
add_filter('wplms_buddypress_registration_link',function(){
return '//meestergijs.nl/aanmelden/';
});
You can close this topic.
you are a true legend mate,
best regards.