How to change on sing up page information

Discussion in 'Customization & add-ons' started by ivammg, Jun 26, 2007.

  1. ivammg

    ivammg New Member

    Joined:
    Jun 25, 2007
    Messages:
    1
    hi,
    I am interesting how can I change instraction to how to fill user name field?
    for example there are:
    Choose a Login Name (User ID) *
    It must be 3 or more characters in length and may
    only contain small letters, numbers, and
    the underscore '_'
    and I want put there custom instruction.

    thanks in advance
    Iva
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can change this in language files
    For example /amember/language/en.php:
    define ('_TPL_SIGNUP_LOGIN', 'Choose a Login Name (User ID)');
    define ('_TPL_SIGNUP_LOGIN_1', 'It must be %d or more characters in length and may');
    define ('_TPL_SIGNUP_LOGIN_2', 'only contain small letters, numbers, and');
    define ('_TPL_SIGNUP_LOGIN_3', 'the underscore \'_\'');

Share This Page