Re: Regarding the Gender in Web Messenger

  •  07-28-2005, 9:37 AM

    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 Complete Thread