My client created custom signup and login pages that include the amember files in an Iframe. How can I edit the redirect to each of those amember pages to the custom iframe pages he made?
If you use paypal to handle payments make sure that user will be redirected to paypal without frames. Paypal does not allow to display onw pages within frames. To change links you need to edit /amember/templates/index.html and thsnks.html
I was referring to events before paypal but this was helpful.... Say a user clicks on a protected page to view and they are redirected to /member/login.php but instead I want them sent to /dir/sign_in.html or Say a user clicks on a link to signup and they are redirected to /member/signup.php but instead I want them sent to /dir/register.html
The best and simplest way will be use javascript for this. For example in login.html template, check if page displayed within frame and if not redirect to page in frame. Other solutions will require aMember php files modifications for example check.inc.php should be modified in order to use different redirect url for login page. But this file can be changed in next version so customization will be lost.