Regarding the Gender in Web Messenger

Last post 07-28-2005, 9:37 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  07-27-2005, 9:59 AM 9080

    Regarding the Gender in Web Messenger

    Hi Friends,
     
    This is Stephen from India.
     
    In my Web Messenger I need to remove the GENDER section while adding the Users.
     
    Pls tell me how to do it.
     
    Thanks in advance.
     
    Warm Regards,
    Stephen
  •  07-28-2005, 9:37 AM 9114 in reply to 9080

    Re: Regarding the Gender in Web Messenger

    Stephen :

    If you download the standalone version , just try to modify the DataProvider.cs:

      public override CuteSoft.Chat.UserCategory[] GetUserPropertyCategories()
      {
       return new CuteSoft.Chat.UserCategory[]{
                    new CuteSoft.Chat.UserCategory("Gender","Gender",new string[]{"Male","Female","NotSet"}),
                    new CuteSoft.Chat.UserCategory("Interests","Interests"),
                    new CuteSoft.Chat.UserCategory("Location","Location"),
                    new CuteSoft.Chat.UserCategory("Occupation","Occupation"),
       };
      }

    Please remove the  new CuteSoft.Chat.UserCategory("Gender","Gender",new string[]{"Male","Female","NotSet"}),
     
    Regards , Terry .
View as RSS news feed in XML