I have a client who wants people to login and NOT see the page that shows their membership details, links, etc., but go right to the password protected section. I know I can do this by simply linking the "club" section to the protected folder, but then that brings up amember's login page, not my own custom one.
Define a product URL for your product and the user will be directly to that URL on login. One exception is if the user is registered to multiple products that each have a unique product URL, however, they will still be directed to the membership page.
This doesn't work. No matter what I do, I get the "member.php" page that shows the member details, etc. I want to bypass that page and go right to the member folder.
change the login.html page to include a redirect to the page you want. <input type="hidden" name="amember_redirect_url" value="/pageyouwant/" /> David