Marco Cimmino
Forum Replies Created
-
No, you cannot.
Forum: Plugins
In reply to: [Cimy User Extra Fields] [Plugin: Cimy User Extra Fields] dynamic fieldsI don’t want to add such feature, because over complicates the ui which is already not super simple and even worse the code.
But what you can do is to add 3 fields let’s say:
A: cost
B: amount
C: totaland with a simple JS you can pre-file C with A*B (or whatever you want), add the JS in the included javascripts using a simple WP hook called: wp_register_script and wp_enqueue_script.
As said: your rules, your power!
Forum: Plugins
In reply to: [Cimy User Extra Fields] [Plugin: Cimy User Extra Fields] dynamic fieldsMaybe using JavaScript/jQuery? Your rules, your power!
WP used? Settings used? Please read the FAQ and provide enough information.
Forum: Plugins
In reply to: [Cimy User Extra Fields] [Plugin: Cimy User Extra Fields] Wrong datatypeYes, it is written also in the documentation.
But why you do not use instead the code:
global $allowedtags; // add tag to allowed tags list allowedtags["p"] = array(); allowedtags["br"] = array();I might have regressed it in v2.3.5 due to the fix:
– Allow ‘target’ attribute for links added in the extra fields’ descriptionCan you confirm?
Please use Cimy Swift SMTP if you are having issue with your emails. Cimy User Extra Fields uses the WP default email system so nothing I can fix there.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] Import failsThe problem is you deleted the text delimiter when exporting, but not when importing.
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] Import failsYou can email me, my email is everywhere, included the donation link which would be nice to have in mind 😉
Forum: Plugins
In reply to: [Cimy User Manager] [Plugin: Cimy User Manager] Import failsI need the csv file and the screenshot of the settings used to know what’s wrong.
Not a supported feature.
Use get_userdata for regular WordPress fields.
Please try v2.3.6 should work.
Forum: Plugins
In reply to: [Cimy User Extra Fields] [Plugin: Cimy User Extra Fields] Avatar not croppedYes avatar are already resized so probably crop feature doesn’t work well, try picture.
Auto resize on upload is also present, use equal to rule as suggested in the add new extra field section.