Re: cute chat cache without a log table

  •  01-31-2011, 12:13 PM

    Re: cute chat cache without a log table

    Dear tajamal,
     
    Please open "/CuteSoft_Client/CuteChat/ChatAdmin/Log.aspx"
    You can find the following line:
    <%@ Page language="c#" Inherits="CuteChat.ChatAdminPage" %>
    You can change it to
    <%@ Page language="c#"  %>
    After done, your following requirement should can be implemented, the user don't need sign as administrator to review the chat logs.
    I wanted to have a page with no signin in a lobby and see the ongoing chat,
    All chat information will be saved to database.
     
    Thank you for asking
View Complete Thread