support_mx
Joined: 20 Apr 2006 Posts: 38
|
Posted: Tue Jan 26, 2010 7:11 pm Post subject: Initial Questions |
|
|
When a Visitor send a Chat Request, CSLH ask the basic questions, now why the answers are saved on livehelp_transcripts.sessiondata?, I think if you are saving questions on a table(sounds like a static table), why not put the answers on another table?(should be more usefull).
Im working to fix this problem, I think I will change like 600 lines... on 3 files. Very complex
user_questions.php, change cookies setting
data_transcripts.php, read sessiondata from another table
livehelp.php, show sessiondata from another table
|
|