Using CB 2.1.2 with Joomla 3.6.5. I have a URL on our site (
www.researchware.com/downloads/thetoolshed.html
) for Registered Users. We want to sent this URL out in an email promotion to our customers. When they click on the link in the email, they are not yet logged into the site, so they are redirected to the Login page. After logging in, they end up at their profile instead of the target page (/downloads/thetoolshed.html)
I have give a specific example, but this is a common practice for a lot of sites - sending an email with a URL that requires a login. The user click on the URL, gets to a login page, logs in, and then gets redirected to the URL they originally clicked on. So we are not looking to hard-code this specific URL. We're looking for a general solution that lets CB redirect to the original URL after a successful login.
The CB Configuration > Registration > First Login Redirect is blank. The CB Login Module > Login Options > Login Redirection URL is blank (but we have also tried # based on a very old forum post). This doesn't work. I have searched the forums and have only found OLD threads about this issue from community builder versions as far back as CB 1.2. Most of which involved altering PHP code!
Surely there is a way to this common behavior in CB 2.x? Thank you to anyone and everyone in advance for any help with this. Perhaps I just missed something obvious.