Links to Programs in Membership Page

Discussion in 'Templates customization' started by patsy, Feb 14, 2009.

  1. patsy

    patsy New Member

    Joined:
    Feb 6, 2009
    Messages:
    17
    Hello,

    membership.php lists the current programs a member is subscribed to. Is there a way to make these links to the program's URL specified in admin?

    Thanks.
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Do you mean members.php?

    Have you specified a Product URL in the products?

    David
  3. patsy

    patsy New Member

    Joined:
    Feb 6, 2009
    Messages:
    17
    You're right, I meant members.php, thinking of one thing, typing another. Yes I have a specified URL for each product.

    The question comes from not being completely sure how members log in to their product. login.php takes them to their membership page. Ideally, login.php would take them either to their program page if they are subscribed to only 1 program or, a list of programs to choose from.

    Is there a best practice for how people get to their products?

    Michael
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    You could create a special login page for each product
    using this in the form
    <input type="hidden" name="amember_redirect_url" value="/url" />


    David
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Oh yeah, if you have them login at member.php they will get directed to the product url defined in the product, unless they have more than 1 active product.

    David
  6. patsy

    patsy New Member

    Joined:
    Feb 6, 2009
    Messages:
    17
    Thanks, the redirect url is exactly what I am looking for. From here I can decide later on what I want them to see after log in.
  7. knowledgeocity

    knowledgeocity New Member

    Joined:
    Oct 15, 2008
    Messages:
    2
    Along the same lines...

    What if you want people to only have access to their specific product. I have multiple products and I don't want certain people to get access to the other ones. Is there a way I can assign this?
  8. codeispoetry

    codeispoetry aMember Pro Customer

    Joined:
    Jan 12, 2009
    Messages:
    336
    This is automatically done for you in aMember if you setup correctly.

    Perhaps I can help you look into your setup, email me codeispoetry [at] amemberincremental.com

    Lee

Share This Page