Marco Cimmino
Forum Replies Created
-
Forum: Plugins
In reply to: [Cimy User Extra Fields] Changelog??Forum: Plugins
In reply to: [Cimy User Extra Fields] [feature required] text-numbers-onlyYou can do it already using regex rule.
Forum: Plugins
In reply to: [Cimy User Extra Fields] MAX LEN, EXACT LEN, MIN LEN bug with UTF-8 encodingWill look into it, thanks.
Forum: Plugins
In reply to: [Cimy User Extra Fields] where is the "Password confirmation" expretion ??Oh you are right, label are translated only using WPML if you are using multiple languages.
If not then just change it from the plug-in’s admin panel.Forum: Plugins
In reply to: [Cimy User Extra Fields] A problem when adding a field in the registrationDo you have custom code running? Other plug-ins? Can you disable everything but not my plug-in and reproduce?
If this is still happening please let me know how I can reproduce this.
Forum: Plugins
In reply to: [Cimy User Extra Fields] where is the "Password confirmation" expretion ??Forum: Plugins
In reply to: [Cimy User Extra Fields] Translation of labelsPlease see the documentation.
No answer, assuming fixed.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Use email as username?Implemented in the next version. Thank you.
This should let you update a cimy field using the field name and the user id.
Your code works only for text and textarea[-rich] fields, it will save garbage for other fields.
I discourage to use this buggy code (also unsafe since it doesn’t escape properly field’s name, and has ‘wp_’ hard coded, which is also wrong) and encourage to read the documentation and file proper issues with steps when it doesn’t work, adding the code used.I’m looking at the documentation and all I can see is that set_cimyFieldValue returns false if the value is already set.
It works perfectly if you have or not a value set.
Unless you describe a use case where I can reproduce the issue, for now I cannot.Forum: Plugins
In reply to: [Cimy Swift SMTP] Not compatible with Better WP SecurityUnluckily it is not like you think, it is rather a bug in ‘Better WP Security’, what it does is trying to create the .zip backup file, but without enough permissions it cannot, but sends anyway the email attaching a non existent file. Crashing the website.
Please give proper write permissions to the /better-wp-security/backup folder and this issue will go away.
Also make a donation to all the plug-in’s you use.So can you tell me why the issue has not been solved?
Forum: Plugins
In reply to: [Cimy User Extra Fields] Email Notification FormatThis has been fixed months ago, did you update to the latest version?
Should be fixed in v2.4.2 sorry about this.