Is it possible to skip the amember membership page

Discussion in 'Troubleshooting' started by bgaul33, Jun 26, 2011.

  1. bgaul33

    bgaul33 New Member

    Joined:
    Jun 12, 2011
    Messages:
    15
    I have a site in which there is just one type of membership (an annual subscription) and rather than have users reach the membership page I would prefer to send them straight to the protected content (an vBulletin forum). I've read some of the other threads on this topic but can't seem to find a solution that works for me.

    Is this possible or does aMember discourage it?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    At what point are you talking about- after signing up, or after logging in?

    David
  3. bgaul33

    bgaul33 New Member

    Joined:
    Jun 12, 2011
    Messages:
    15
    after logging in ...
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Redirect your users to /amember/login.php for login.
    Also edit product amember CP -> manage products -> Edit Product and set Product URL to url where user should be redirected.
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    You can edit the login template: login.html
    <input type="hidden" name="amember_redirect_url" value="/yourforum/" />

    David
  6. bgaul33

    bgaul33 New Member

    Joined:
    Jun 12, 2011
    Messages:
    15
    Where exactly in the code? At the top of the page or after the login information? Thanks.
  7. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    You can put it after the <form area.

    David
  8. bgaul33

    bgaul33 New Member

    Joined:
    Jun 12, 2011
    Messages:
    15
    That worked. Thank you.

Share This Page