hi all,
iam in the progressing way of implementing the phpfreechat in my project..Iam using the smarty concept for the
coding.My purpose is to display the independent chat for different modules.so i used the chatlinks for that
modules in switch case way,but same chat window is loading in all modules.In all modules chat window includes the mixing of all messages from different modules.Means that in the chatdataprivatelogs one folder is creating with
the chat.txt file.when i call the chat for another module it is not creating a new folder,the chat messages is appending to the existing
existing chat.txt file
How the new folder for chat messages is creating in the chatdataprivatelogs?Which is the condition to create a new folder
for new module?
where i hv to edit in the code for new chat session for new module in the same project