Membership after signup redirects to profile

By daniel - April 24, 2020

Hi Helmut,

It's possible to configure a post-login URL in the main Website Membership plugin file, generally found as /cmsb/plugins/websiteMembership/websiteMembership.php. Near the top you can find the "WEBSITE_LOGIN_POST_LOGIN_URL" setting which will be on a line like this:

$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL']  = PREFIX_URL.'/';

It sounds like it's probably currently configured to go to "user-profile.php" or something similar. You can change this to your desired URL, like this:

$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL']  = PREFIX_URL.'/your-custom-page.php';

Let me know if that does the trick, or if you have any other questions.

Thanks!

Daniel
Technical Lead
interactivetools.com