Hi guys,
I'm in a spot of trouble with this. Am using 1.3.8a and now need postcodes to be left blank - I believe I have followed all of the above but my main login page still throws up an error message for 0 characters in the post code. The other pages like account edit etc are not doing this at all.
Have also commented out from my templates create account page.
// if (strlen($postcode) < ENTRY_POSTCODE_MIN_LENGTH) {
// $error = true;
// $messageStack->add_session('login', ENTRY_POST_CODE_ERROR);
// }
as suggested in another thread.
I see this is flagged as being fixed in 1.3.9 - I really don't want to go through the entire upgrade process just yet. Is it safe to replace th entire includes/modules/pages folder with one from 1.3.9 or is there other changes referenced within this that would cause issues.
Would really appreciate any help on this.



