problem with admin function in chat rooms.

  •  08-17-2006, 2:55 PM

    problem with admin function in chat rooms.

    My problem is that any user can right click in a chat room and select the admin options. I have added all correct code for custom install including the check if user is administrator code in the global file. (See admin code below) All the other admin only functions work on the site it is just the chat rooms that are not working. Please help.
     
    you can see this problem by going to http://test.indiankarma.com and logging in with username: cutesoft and password: cutesoft. After logging in, click on the chit chat link.
     
    public bool IsAdministrator(string useruniquename)
        {
            if(Session["IsAdmin"]!=null)
      return true;
      
             return false;

    Paul
    Post Hope
View Complete Thread