• Support another gender that M/F

    From Fernando Toledo@1:103/705 to GitLab issue in main/sbbs on Sat Sep 25 10:31:18 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.datI 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!!
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Sat Sep 25 10:38:38 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));```
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mike Miller@1:103/705 to GitLab note in main/sbbs on Sat Sep 25 14:04:30 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?
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sat Sep 25 14: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".
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Sat Sep 25 14:32:32 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.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Sat Sep 25 14: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
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Sat Sep 25 15:51:50 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2090

    You rocks!
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab issue in main/sbbs on Sat Sep 25 15:51:50 2021
    close https://gitlab.synchro.net/main/sbbs/-/issues/291
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mro lastname@1:103/705 to GitLab note in main/sbbs on Wed Oct 6 07:50:38 2021
    https://gitlab.synchro.net/main/sbbs/-/issues/291#note_2103

    I am a 'Meat Popsicle'
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Thu Oct 7 10:14:30 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. --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)