THEME
http://www.elegantthemes.com/demo/?theme=AskIt
JOB
1) When user post a question should be filtered – something like:
if(strlen($question_title) 70) return (DO NOT PUBLISH, leave page intact and SHOWS error Y message)
if(strlen($question_content) < 300) return (DO NOT PUBLISH, leave page intact and SHOWS error W message)
if( ($question_title) has A, B or C word) return (…
