• Support another gender that M/F

    From Fernando Toledo@VERT to GitLab issue in main/sbbs on Sat Sep 25 17:31:19 2021
    open https://gitlab.synchro.net/main/sbbs/-/issues/291

    I want to support another not binary gender instead of M or F only.

    I can change prompt string message "put you gender/sex (M/F)" to "put you gender/sex (M/F/L/G/B/T/X)" at text.dat

    I see that ;uedit can put any others characters than M/F also console uedit tool just work.
    But at new user prompt, these answer seems to be limited for M and F characters only

    ![image](https://gitlab.synchro.net/main/sbbs/uploads/9d7afa47fb74d43fc95a7e3e136a3a6d/image.png)

    Scfg must be update too.

    ![image](https://gitlab.synchro.net/main/sbbs/uploads/d84caa08f4e71594a99a6ed41a74b9d1/image.png)
    ![image](https://gitlab.synchro.net/main/sbbs/uploads/25312076079f86614425b80c10eb735b/image.png)

    Thanks!!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Fernando Toledo@VERT to GitLab note in main/sbbs on Sat Sep 25 17:38:39 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2082

    ```
    --- src/sbbs3/newuser.cpp.orig 2021-09-25 14:36:23.289342065 -0300
    +++ src/sbbs3/newuser.cpp 2021-09-25 14:37:00.992328675 -0300
    @@ -298,7 +298,7 @@ BOOL sbbs_t::newuser()
    if(!online) return(FALSE);
    if((cfg.uq&UQ_SEX) && text[EnterYourSex][0]) {
    bputs(text[EnterYourSex]);
    - useron.sex=(char)getkeys("MF",0);
    + useron.sex=(char)getkeys("ABCDEFGHIJKLMNOPQRSTUVWXYZ",0);
    }
    while((cfg.uq&UQ_BIRTH) && online && text[EnterYourBirthday][0]) {
    bprintf(text[EnterYourBirthday], birthdate_format(&cfg));
    ```

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mike Miller@VERT to GitLab note in main/sbbs on Sat Sep 25 21:04:31 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2083

    Maybe, and bare with me here ---
    Maybe this could be part of a conversation to do away with gender entirely? Or at least options based on gender? Does anyone actually have things set for people of specific genders?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Sat Sep 25 21:09:06 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2084

    The sysop already has the option of *not* prompting for sex/gender for new users. And of course, with scripting, a sysop could add prompts for all kinds of personal details we don't normally prompt for (sexual orientation, race, or whatever).

    But gender/sex is a common enough registration question I think it should remain "built-in".

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Fernando Toledo@VERT to GitLab note in main/sbbs on Sat Sep 25 21:32:33 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2085

    Yes i want to use the builit option. Of course I can skip it and do it on js. But, what is the impediment to adding a few more letters to the prompt?
    This does not change anything to the current setups and gives options to people who do not identify with the sex M or F.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Fernando Toledo@VERT to GitLab note in main/sbbs on Sat Sep 25 21:35:08 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2086

    @DaiTengu I do want to go away anything.. it's just add few letters

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Fernando Toledo@VERT to GitLab note in main/sbbs on Sat Sep 25 22:51:50 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2090

    You rocks!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Fernando Toledo@VERT to GitLab issue in main/sbbs on Sat Sep 25 22:51:50 2021
    close https://gitlab.synchro.net/main/sbbs/-/issues/291

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mro lastname@VERT to GitLab note in main/sbbs on Wed Oct 6 14:50:38 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2103

    I am a 'Meat Popsicle'

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Fernando Toledo@VERT to GitLab note in main/sbbs on Thu Oct 7 17:14:31 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2115

    Cool! I don't, but I respect your decision and you are welcome at Dock Sud BBS.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net