Posts: 2,894
Threads: 59
Joined: Jun 2010
A nice feature might be to check whether there is a high percentage of capital letters in the comment and provide a few options such as reject, approve and ban if there is. This will stop people from SHOUTING which can be annoying.
http://www.mail-archive.com/php-general@...65861.html
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Don't forget a decapitalize option
Just looked at the method in the link. It won't work for non [A-Z] characters, aka Unicode.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
Yeah you're right. It will need to be wrapped with a Unicode check.
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Do you think the percentage should be editable in the admin panel?
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Yes, I think it should.
What do you think should be done about the Unicode? Add a range of characters to check for each alphabet, or have users contribute to that themselves?
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
What would be the advantage of storing the characters of each alphabet? What's wrong with the current method?
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
The capital letter feature is now complete.
Have
you completed
the interview?