Minor errors in script to report
1.Sign up form:
1-1. Email address area has insufficient number of characters* - returns an error.
1-2. Name: Unable to accept a space between a Users name. example: John Smith would be rejected.
*Profile section allows for more characters in the email address.
2. Recommend _friends.php
After an email has been sent using the web mailer it displays poor English grammar - states: "Mail Send". It should read "Mail Sent" - please correct.
Re: Minor errors in script to report
Quote:
Originally Posted by Dafydd
1.Sign up form:
1-1. Email address area has insufficient number of characters* - returns an error..
Can you provide a sample email address to see the problem ?
Quote:
1-2. Name: Unable to accept a space between a Users name. example: John Smith would be rejected.
This is user name, that is we need to make user profile with that user name, so space is not allowed. Youtube (yahoo, google, etc...) will not allow you to do this.
Quote:
2. Recommend _friends.php
After an email has been sent using the web mailer it displays poor English grammar - states: "Mail Send". It should read "Mail Sent" - please correct.
This will be available on next release.
Re: Minor errors in script to report
Quote:
Originally Posted by Dafydd
1.Sign up form:
2. Recommend _friends.php
After an email has been sent using the web mailer it displays poor English grammar - states: "Mail Send". It should read "Mail Sent" - please correct.
There are many places with bad english like above that are hard coded into the php. i did a small mod to fix the ones that are not hard coded here