Change Title on Sign-Up page

Discussion in 'Templates customization' started by rickvv1, Sep 3, 2009.

  1. rickvv1

    rickvv1 aMember Pro Customer

    Joined:
    Nov 20, 2008
    Messages:
    11
    I know I can't find this, but could someone prompt me as to heo change the header of the Sign-Up page to read "Order Form" instead...please?

    Thanks very much,
    rickvv
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Edit the amember/templates/signup.html file.

    David
  3. rickvv1

    rickvv1 aMember Pro Customer

    Joined:
    Nov 20, 2008
    Messages:
    11
    It looks like that signup.html page pulls from another page.
    The words "Sign-Up" don't appear in the signup.html page, that I can see.
    (What line in that file do you use?)
    Thanks,
    rick
  4. jackgordon

    jackgordon aMember Pro Customer

    Joined:
    Mar 23, 2009
    Messages:
    269
    You are actually going to want to edit the en.php file in the language directory.
  5. rickvv1

    rickvv1 aMember Pro Customer

    Joined:
    Nov 20, 2008
    Messages:
    11
    Thanks, I found another thread that deals with this.
    I create and/or modify the en-custom.php file in languages folder.
    Mine looks like this now.
    (be sure not to have any blank lines at start or end of that file.
    Code:
    <?php
    defined( 'INCLUDED_AMEMBER_CONFIG' ) or die( 'Direct access is not allowed' );
    define('_TPL_SIGNUP_MEMB_TYPE', 'Product');
    define ('_TPL_SIGNUP_TITLE', 'Order Form');
    ?>

Share This Page