redirect.html

Discussion in 'Templates customization' started by jbround39, Aug 27, 2009.

  1. jbround39

    jbround39 aMember Pro Customer

    Joined:
    Mar 20, 2008
    Messages:
    61
    Where in the code is redirect.html called? Specifically, when someone signs up and needs to pay, it displays redirect.html prior to going from signup.php to cc.php.

    The reason I ask is because I need to display a different header for certain users. I've accomplished this easily for all other pages using simple if statements, but I've tried a whole bunch of if statements within redirect.html and they aren't working because there doesn't seem to be anything defined within there (the variables that would classify the user for me). I've even tried defining the variables on both signup.php and the cc.php. So this redirect seems to be coming from a black hole :)

    So it seems like I need to do the if within whatever script is calling redirect.html for display between the signup and the cc page and just call in redirect1.html or whatever.

    If anyone knows where redirect.html is called in this setting, I would appreciate it.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    amember\common.inc.php

Share This Page