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.
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
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
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
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.
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?
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