We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31471
    • 206 Posts
    Sorry, I just cannot find where this placeholder is getting the words "Male" and "Femal" from...
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      weblogin.class.php, line 2598. This really should be taken from the language file ($this->LanguageArray[somekey])
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 31471
        • 206 Posts
        webloginpe.class.php?
        I gave it a try before, and again now, but it still shows up in english... >:(

        On a second install of MODx nor it takes the changes in that file...

        Sorry for this silly question and thank you, Sottwell, for the advice.
        I sorry it doesn’t help.
          • 23383
          • 138 Posts
          personnaly I have used a input handler for that :
          (in french)
          &inputHandler=`Sexe :wlpeUserProfileGender:gender:select:Non communiqué(),Homme(1),Femme(2)
          
            • 31471
            • 206 Posts
            In fact it’s in the \Default Forms\countryCodes.php file, at the very bottom.
              • 23383
              • 138 Posts
              Yes, but I don’t like to edit the default file, while it’s possible. It’ll be easier for me to upgrade to a new version.