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?
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.
You can edit the login template: login.html <input type="hidden" name="amember_redirect_url" value="/yourforum/" /> David