Skipping membership details page

Discussion in 'Integration' started by tlang, Jan 20, 2010.

  1. tlang

    tlang New Member

    Joined:
    Aug 29, 2006
    Messages:
    2
    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.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    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.
  3. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Customize the login template then?
    amember/templates/login.html

    David
  4. tlang

    tlang New Member

    Joined:
    Aug 29, 2006
    Messages:
    2
    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.
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    change the login.html page to include a redirect to the page you want.
    <input type="hidden" name="amember_redirect_url" value="/pageyouwant/" />

    David
  6. jackspirko

    jackspirko New Member

    Joined:
    Nov 11, 2009
    Messages:
    1
    David,

    You're the man :)

    If you guys aren't subscribers to membership academy yet, you should be.
  7. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Thanks for the support! :D

    David

Share This Page