You would normally use the scripts admin panel to change things like this.. the same place you the site owner would enter sites etc .... the same place you changed the theme
Since you were able to change the theme, then we know you have write permissions to the database. So possibly you are actually making the settings change, but your browser is caching the old info instead of showing what the server actually has..
Try this . . .
Open notepad.
From the Format menu, make sure wordwrap is NOT checked.
Copy this . . .
| Code: |
^[A-Za-z0-9](([_\.\-]?[a-zA-Z0-9]+)*)@([A-Za-z0-9]+)(([\.\-]?[a-zA-Z0-9]+)*)\.([A-Za-z]{2,})$
|
Paste it into notepad, make sure there are no spaces before or after, and it's all on one line.
Log into the admin panel for your installation.. NOT CPANEL..
http://ahappychildhood.biz/Resources/admin in your case.
Click the "Site Specs" button from the menu on the left.
Copy what you have in Notepad and paste it into the field labeled
Email Regular Expression:
Validation Expression
AND
Reviewer Email Regular Expression:
Validation Expression
Click the update button at the bottom of the right pane.
That should do it.