dgoethals
Forum Replies Created
-
On a test site, here is the look before activating the snippet: https://imgur.com/a/lWt5YO6
After activating the snippet with the plugin, only Author is translated: https://imgur.com/a/2hpdRM4
Regards
Thanks a lot @champsupertramp!
Have a nice day.Hi @champsupertramp,
I’ve thus created a “number” field with the following parameters:
– NOT mandatory
– default value: -1
– min value: -1
– max value: 7
– custom validation with the custom action as described by @missveronicatv
Beside this, I’ve pasted the code snipped using the “Code Snippets” plugin.So it does what I need: by default the -1 value is displayed. This value will not pass the validation control, forcing thus the user to choose a value between 0 and the max. value allowed. It ensures that the answer is a deliberated choice of the user.
Regards
Hi @champsupertramp,
It’s UM version 2.2.5.
Here a screenshot from the user’s page: https://imgur.com/ZyNL2oN
The 1st part is for requesting the export of user’s data; the 2nd part for requesting the deletion of the account.After having introduced the password and clicked on the buttons, a confirmation message is displayed. It’s the same message and it concerns only the export of data.
See: https://imgur.com/ooX5HIKThanks for your help
Thanks a lot @missveronicatv. It works perfectly.
Hi,
I’ve installed the latest version (5.8.2) of a French WordPress on a local machine.
Theme: Twenty fifteen – Search Widget removed (the only submit button on the page is the UM one)
1 extension active: UM
I’ve added a numeric field to the default UM registration form:
– mandatory
– max value 100
– min value: left empty
– validation: none
I can choose -2, -1, 1, 2… But if I choose 0, I got the message telling me that this field is mandatory.I’ve added a text box to the same form:
– mandatory
– min. length: 0
– max. length: 3
– validation: numeric value only
I can type any numeric value: -1, 0, 1…
It may seems to be OK, but this number should represent a number of children (negative values excluded thus) and I want to be sure that the user did not forget to indicate the value and did not use a default one.
Any clue on how to achieve this?Your help is more than welcome. Thanks
I switched to theme Twenty fifteen and kept only 1 plugin: UM.
The problem still occurs.
Yes, done
Indeed I tested other plugins but finally kept only UM. All others are deactivated and uninstalled.
Sorry if the translation is not accurate, I’m working with WordPress in French.
A copy of the settings of this numeric field can be seen there: https://imgur.com/c1DFuvl
It can be temporarily tested there: https://global.toutchat-toutmoi.com/register/
Just click on the button at the bottom and you’ll see all validation errors, incl. the “Nombre” field (near the bottom of the page).Thanks a lot. Your workaround works fine!
Thanks a lot for your answer @missveronicatv.
It just says “<field_label> is mandatory”:
– if no choice has yet been done
– when selecting 0 with the arrow or typing itI removed the “Numeric value only” validation but got the same message.
If I uncheck “Mandatory”, the min value 0 is put in the field.
If I put a min value of 1 (and keep field mandatory), the min value of 1 passes validation.
Hi,
I’m facing the same issue with test users that I’m deleting after each test cycle.
I tried without the setting and with the value 999999.
Any help would be greatly appreciated.Regards,
Hi,
I understand that there will be 2 cookies: one for the main domain and one for the subdomain.
In the settings of the plugin, I’ve set on the 3rd tab: “Always enabled”. The same setting is set on the main domain and on the subdomain.
On the main domain, the user sees (on the 3rd tab) that the setting is checked and cannot be modified (=always enabled).
But on the subdomain, the user sees (on the same tab) that the setting is NOT checked and cannot be modified (= always disabled).
This looks to me as an unwanted functionality. I can send you screen captures of what I try to explain if needed.
Thanks for your help in this matter.No yet time to try it out, but this link may be of some help:
Hi,
I once had this problem with another plugin and it was related to the wordpress database access. I could install a plugin (the copy of files on the server was OK) but any change in plugin settings was lost because the privilege of the user to access the database was not OK. I couldn’t find any other solution than reinstalling the whole site along with a new database.
Hope this help.