I keep trying to install the script, I've uploaded, and done the CHModding, but when I type in the settings and press submit, it says: "Please use a valid email address for the admin login" even though it IS a valid email address... how can I fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, there is a function that tries to check the email so that it looks something like bob@example.com, but if it's giving you problems you can edit install.php and change the bt_valid_email function to just return true.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I keep trying to install the script, I've uploaded, and done the CHModding, but when I type in the settings and press submit, it says: "Please use a valid email address for the admin login" even though it IS a valid email address... how can I fix this?
Well, there is a function that tries to check the email so that it looks something like bob@example.com, but if it's giving you problems you can edit install.php and change the bt_valid_email function to just return true.