johnstone4192 Posted September 21, 2006 Posted September 21, 2006 Hi Can anyone tell me how to remove the red asterisk from "telephone number" on create an account page, any help will be much appreciated cheers Gary
Guest Posted September 21, 2006 Posted September 21, 2006 back up the file before you do this, because i haven't tested it and i'm only just new to php. in your /catelog/create_account.php comment out: if (strlen($telephone) < ENTRY_TELEPHONE_MIN_LENGTH) { $error = true; $messageStack->add('create_account', ENTRY_TELEPHONE_NUMBER_ERROR); which is around line 157 or so. see if that works
johnstone4192 Posted September 21, 2006 Author Posted September 21, 2006 back up the file before you do this, because i haven't tested it and i'm only just new to php. in your /catelog/create_account.php comment out: if (strlen($telephone) < ENTRY_TELEPHONE_MIN_LENGTH) { $error = true; $messageStack->add('create_account', ENTRY_TELEPHONE_NUMBER_ERROR); which is around line 157 or so. see if that works Hi Thanks for your help but that doesnt work
Recommended Posts
Archived
This topic is now archived and is closed to further replies.