When I try to register a user and submit, I get the error "Your emails did not match". I can see there is a hidden field on the reg page that should be populated by the variable RS("M_EMAIL"), but I don't know where it comes from exactly or how it should be populated. In any case, it ends up empty and is causing there error.
It is most likely because you didn't edit the inc_profile.asp file correctly. Double check that you have added the correct code form the mod into your file and check that you entered it in the correct place in the file.
If you still can't get it to work after you double check the file, post a link to a txt version of your inc_profile.asp file.
«------------------------------------------------------» Read the Do's and Don'ts before you post for help
Did you enable e-mail mode in admin options? (e-mail server configuration). I had the same thing happen until it occured to me that neither the mod, nor e-mail options were enabled (it adds a checkbox for e-mail validation, on or off).
It indeed was the inc_profile.asp. I renamed my edited version and just dropped the the one from the zip file into my forums folder. When I tried to register, the "Confirm e-mail" field was now visible.
thanks for your thoughts and help. Thought I did a great job doing the manual insertion, but we are all human, eh?