I need an Ask the Experts script.
The features it needs:
- admin panel to add, delete & edit experts, questions & settings
- expert panel (seperate from the admin panel) that allows experts to view, answer or delete questions
- a form to submit questions
- questions in a holding bin that only the expert can log into and see until he/she answers and publishes them
- searchable archive of all questions
- questions seperated by expert with the newest question first (but only show questions that have been answered and published by the expert).
- email notification for the expert when there is a new question, and for the asker when the question has been answered
- a way to include the first questions in each forum on the main index page of the site
- Everything needs to be php, with mysql if it needs it
- And I need to be able to integrate all of the pages (minus the admin/expert panel) into my site, designwise.
Does anyone know where I could find something like this?