Sign up Confirmation page?

Discussion in 'Templates customization' started by oliver_kenyon, Sep 16, 2014.

  1. oliver_kenyon

    oliver_kenyon Member

    Joined:
    Dec 12, 2012
    Messages:
    32
    How do I edit my confirmation page i've stupidly done it before but can't remember how - thanks!
  2. oliver_kenyon

    oliver_kenyon Member

    Joined:
    Dec 12, 2012
    Messages:
    32
    I basically want to add a Facebook pixel to the confirmation page so that it fires on sign up

    ?
  3. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Do you mean you want to add it to thank you page? You can add it at amember/application/default/views/thanks.phtml
  4. oliver_kenyon

    oliver_kenyon Member

    Joined:
    Dec 12, 2012
    Messages:
    32
  5. oliver_kenyon

    oliver_kenyon Member

    Joined:
    Dec 12, 2012
    Messages:
    32
    the E-Mail Verification page.
  6. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    You need to edit template amember/application/default/views/layout.phtml
    and between <head></head> add the following code:
    PHP:
    <?php if (isset($_GET['_qf_EmailCode_display']) && $_GET['_qf_EmailCode_display']) : ?>
    //your code here
    <?php endif; ?>
  7. waheed

    waheed New Member

    Joined:
    Nov 17, 2014
    Messages:
    1
    Did you ever figure this out? When they are in the order process, I would like them to only see order type buttons, not all the nav buttons for the membership area. My guess is that it could be done with a simple "if statement" in site.php, but it's not simple to me. Any suggestions greatly appreciated.




    ________
    nawaz
  8. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295

Share This Page