Forum Replies Created
- AuthorPosts
redhotborschtParticipantHello again,
I am very glad to say that my problem has been sold with the newest release of pie-register. The Username and Password field label are now editable. Woo-hooo! And I have noticed that a great deal of new strings have also been added to .po file. Many thanks to the devs!One set of labels I still did not find in the .po file appears in the form users see after they click on the %reset_password_url% link in the reset-password e-mail. The missing labels are “New password”, “Confirm new password” and the submit button “Reset password”.
I guess, you are all too busy for an answer, I hope you at least have time to read through. Please, continue the great work and thank you very much for the fix again!
redhotborschtParticipantChaoti, well, I tried activating Pie-register on a completely unadulterated fresh copy of wordpress localized in russian. In a standard wordpress registration page those fields are translated.
But in pie-reg they still are “Username” and “Password”. Do you know how exactly the plugin gets those labels from wordpress? This would help, as I could then seek help on WordPress forums to solve this.And yes, MaxM, consider looking into registration-form.php for First Name and Last Name. I think, it was there, where I have found the message “this field is required” which appears if you don’t fill out a required field during registration.
I wish, all those labels and messages were in the .po file.
redhotborschtParticipantHey, I had the same problem (look up my topic “Translation of Username and Password fields”). I got 0 answers as well.
Have you by chance resolved it?
redhotborschtParticipantAlso, I have found out that in base.php (line 429 and 431) you can make the label editable by changing
<input type="hidden" name="field[%d%][label]">to<input type="text" name="field[%d%][label]">.But then, when you try to submit a registration, you will get “Username is required.”/”Password is required” even if you fill out these fields.
- AuthorPosts
