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
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 \'_\'');