Different Signup page customization

Discussion in 'Templates customization' started by alexcoulson, Aug 1, 2012.

  1. alexcoulson

    alexcoulson New Member

    Joined:
    Jan 16, 2009
    Messages:
    7
    I need help with customizing different signup pages. As per the global settings I can set a particular theme for all user pages, but can I customize every user page with different theme? Right now I have 4 user pages which uses same theme.

    http://etrainingmastery.com/amember/signup
    http://etrainingmastery.com/amember/signup/index/c/OBKYAGF5x
    http://etrainingmastery.com/amember/profile
    http://etrainingmastery.com/amember/aff/signup


    I need to customize each of the above pages with individual theme.
  2. luxman

    luxman Member

    Joined:
    Mar 31, 2011
    Messages:
    70
    I need to know the same thing...
  3. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    To change the template:
    The default is:
    application/default/views/signup/signup.phtml
    you can create new templates with the name
    signup_new.phtml
    And set this in the form template area.


    David
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Yes, and in the custom template you can include other 'layout.phtml'
  5. luxman

    luxman Member

    Joined:
    Mar 31, 2011
    Messages:
    70
    none of those options are working for me... not sure why.

    /aMember/application/default/themes/custom/signup

    I duplicated signup.phtml and _login.phtml, which were renamed to signup1.phtml and _login1.phtml

    /aMember/application/default/themes/custom

    I duplicated layout.phtml and renamed it to layout1.phtml.

    In signup1.phtml I edited the php coding to reflect the changes and layout I wanted to appear:

    Code:
    $this->setLayout('layout1.phtml'); 
    Code:
    <?php include $this->_script('signup/_login1.phtml'); ?>  


    Not sure what's going on
  6. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It is hard to find what is wrong from the post.

    If you ZIP 2 folders:
    /amember/application/default/views
    /amember/application/default/themes
    and send us via ticket system, it will be easier to find out.
  7. luxman

    luxman Member

    Joined:
    Mar 31, 2011
    Messages:
    70
    Everything is fixed on the newest release

Share This Page