Q: When will be supported mandatory accept of terms and conditions field?
A: Has been always there: is as easy as adding a checkbox and setting “equal to” rule to YES.
Q: What the Database options do exactly?
A: Basically you can:
- empty or drop extra fields or extra fields data (inserted by users)
- reset or drop plug-in’s options
Q: Yes but will this affect other data? It says “WordPress Fields table”, this is scary.
A: No, it will affect _only_ the data produced by the plug-in. Really.
Also keep in mind that if you do NOT have to restore default values or uninstall the plug-in, then you do not need to touch them.
Q: Cimy User Extra Fields is not compatible with “Themed Login”, how can I do?
A: The reality is this plug-in IS compatible with WordPress 2.1 or greater and “Themed Login” NOT, so it’s NOT a Cimy User Extra Field’s bug! However I have tried with a little success a workaround to make it works, but first please understand that this is totally untested and unsupported hack, if you want a better one ask the author of that plug-in to support new WordPress!
If you still want *my* personal and unsupported hack edit the plug-in “Themed Login” and do these 3 modifications:
- at line 773, after “global $wpdb, $wp_query;” add this:
global $errors; - at line 811, before “if ( 0 == count($errors) ) {” add this:
do_action(‘register_post’); - at line 871, before “A password will be emailed to you.” add this:
<?php do_action(‘register_form’); ?>
Q1: I got “Fatal error: Allowed memory size of 8388608 bytes exhausted [...]“, why?
Q2: I got blank pages after activating this plug-in, why?
A1: Because your memory limit is too low, to fix it edit your php.ini and search memory_limit key and put at least to 12M
A2: If you do not have access to your php.ini you can try this workaround (might not work)
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Q: Your plug-in is great, but when you will add support to add more than one choice in radio and dropdown fields?
A: This feature is here since ages, for radio field just use the same name, for dropdown field read instructions in the add field area (in the plug-in).
Q: Uploaded images are not resized, why?
A: You should add php-gd module (under Ubuntu install php5-gd package).
Q: Why big files are not being uploaded?
A: Please check this website, tells you how to change your PHP configurations to fix this issue: http://www.radinks.com/upload/config.php
Q: Why admin user cannot see all fields even if I set to do it?
A: Probably you installed the first time WordPress on PHP4 and you experienced this bug: http://core.trac.wordpress.org/ticket/8317
To fix the problem you need to create another administrator user and change admin user to another role and then back to administrator.
Q1: I’m using your plug-in on WordPress MultiSite per-blog installation and when I register one user all Extra Fields are ignored, why?
Q2: I get this error: ‘Fatal error: Call to undefined function cimy_uef_mu_blog_exists()’, why?
A: Because you missed to move cimy_uef_mu_activation.php file please check carefully the installation steps.
Q: I’m using your plug-in on WordPress MultiSite per-blog installation, I’m registering users on one blog but they appear on the main blog too, why?
A: Because WordPress MS is designed like that and I can’t do anything about, however all extra fields and relative data are saved per-blog.
Since I had already a long discussion with an user that didn’t believe this, don’t bother me to insist on this topic until you prove I’m wrong.
Q: I’m trying to use a regular expression in the rules, but the check does not work as expected, why?
A: Usually means your regex is wrong, please study how to properly build it: http://php.net/manual/en/function.preg-match.php
Q1: I do not see Extra Fields under the page user-new.php can you add there too?
Q2: How can I import new users with Extra Fields data into?
A: Unluckily due to a WordPress limitation I can’t add Extra Fields into user-new.php but you can quickly add all the users you want using my plugin: Cimy User Manager – http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-manager/
Q: I cannot edit neither delete some Extra Fields, usually after the 10th one, why?
A: Your PHP server is probably limiting number of $_POST elements, Suhosin for example does it. Please allow at least 500 or more vars.
http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_vars
Q: I am trying to change the fields’ order, but whatever I try it doesn’t work, why?
A: First of all you need to select at least 2 fields if you want to change the order.
Secondly if you change for example field n.1 to position n.3 be sure that field n.3 goes into another position and finally that a field goes into position n.1
In short: every field should have a new position or at least the same one, but no positions can be skipped or be present multiple times.
Q: When feature XYZ will be added?
A: I don’t know, remember that this is a 100% free project so answer is “When I have time and/or when someone help me with a donation”.
Q: Can I help with a donation?
A: Sure, visit the donation page or contact me via e-mail.
Q: Can I hack this plug-in and hope to see my code in the next release?
A: For sure, this is just happened and can happen again if you write useful new features and good code. Try to see how I maintain the code and try to do the same (or even better of course), I have rules on how I write it, don’t want “spaghetti code”, I’m Italian and I want spaghetti only on my plate.
There is no guarantee that your patch will hit an official upcoming release of the plug-in, but feel free to do a fork of this project and distribute it, this is GPL!
Q1: I have found a bug what can I do?
Q2: Something does not work as expected, why?
A: The first thing is to download the latest version of the plug-in and see if you still have the same issue.
If yes please write me an email or write a comment but give as more details as you can, like:
- Plug-in version
- WordPress version
- MYSQL version
- PHP version
- exact error that is returned (if any)
after describe what you did, what you expected and what instead the plug-in did ![]()
Then the MOST important thing is: DO NOT DISAPPEAR!
A lot of times I cannot reproduce the problem and I need more details, so if you don’t check my answer then 80% of the times bug (if any) will NOT BE FIXED!




1,435 Responses
« Previous 1 … 24 25 26
Marco, Cimy Users,
I am working to add CIMY integration to AutoChimp [1]. If anyone would like to join me, please email me at: jcarroll@massagenet.org
Happy coding!
[1] http://wordpress.org/extend/plugins/autochimp/
Caro, in riferimento all’ordine dei campi vorrei sapere se il cambiamento può creare dei problemi.
Mi spiego: ho i campi 1, 2, 3, 4 etc.
Ho creato un nuovo campo che però vorrei mettere come 4 e scalare il 4 a 5.
Facendo questi cambiamenti posso incorrere in qualche tipo di problema sui dati pre-esistenti?
grazie
No, nessun problema. I dati vengono cancellati solo quando cancelli il campo. Ovviamente i dati relativi al campo.
Hi Marco and other readers,
I succeeded in creating a list with a selection of users, by using an array as documented in CASE 4b in the documentation.
Now i’d like to order the output by another Cimy Extra Field. How do I go about this? Can’t seem to find an answer to this anywhere else…
Thanks in advanced for any help on this,
Peter
How i can add this plugin in my wordpress page or post..? is here any short code or php code to include in my site..?
Hi Marco,
I updated to the latest version 2.3.3. and now error message when trying to change the profile fields has reappeared. When I try to save the profile it says that password and password confirmation cann`t be empty and also the Terms and Conditions state should be yes.
Apologize, a silly bug, can you try v2.3.3.1 please?
http://downloads.wordpress.org/plugin/cimy-user-extra-fields.zip
v2.3.4 released to the public.
everything is working fine now. Thanks.
Ciao, sto testando il tuo plugin su questo sito http://www.cartooncovertalent.com/wp-login.php?checkemail=registered purtroppo però dopo aver compilato i campi non viene inviata alcuna email di conferma (ho provato con varie email controllando anche la posta indesiderata ma…. nulla da fare!)
Dipende dal tuo servizio di hosting. Puoi provare l’altro mio plug-in Cimy Swift SMTP oppure semplicemente chiedere a loro.
Velocissimo!
Si in effetti il problema si è risolto istallando Cimy Swift SMTP!
Hello!
Loved your plugin, but I would like to not show the wordpress area in the profile, so I “unclicked” it in CIMY, but they still appear! Any help? Thanksss
What is ‘WordPress area’? You meant ‘Biographical Info’? If yes then WordPress default fields cannot be hidden form profile, this is a missing feature.
Make a donation and I’ll work on it.
Yes, exactly this! I will do a donation anyway. Loved the plugin!
Hello,
I would like to include a country dropdown list as a required field for user registration. I found the following JavaScript code: http://www.hscripts.com/scripts/JavaScript/option/world-countries.php
Is there a way for a non-it-expert to include this somehow in the Cimy User Extra Fields plugin code?
Thanks!
Felix
dropdown cannot be required… everything else is doable, just read how to do from the plug-in’s admin page.
thanks for the quick reply! Can you give me a hint where and for what exactly to look?
I already said it, here is explained everything, same (more updated) on your backend:
http://s.wordpress.org/extend/plugins/cimy-user-extra-fields/screenshot-4.png?r=485651
Thanks! I see it’s very easy! Worked even as required when I disabled “can be empty”
Sempre io…
Mi capita una cosa strana..
Anche se tolgo il flag da “Il campo può essere vuoto” (quindi lo metto come obbligatorio) la registrazione me la fa fare lo stesso anche se dovrebbe andare in errore. Come mai?
Errata Corrige: A quanto pare Flaggando le opzioni relative al database si è risolto il problema O_o’
E’ possibile avere un dettaglio della tua configurazione _come richiesto da FAQ_ oltre a capire di quale campo stiamo parlando?
Inizialmente tutti i campi che avevo segnato come “obbligatori” nemmeno se li filava, poi flaggando tutte le opzioni relative al database e refreshando la pagina è tornato a posto. Bho, sbagliavo qualcosa io
Adesso sto cercando tramite css di integrare il tuo utilissimo form al mio template ma temo che mi porterà via parecchio. Ciao e grazie per le tue risposte spedite.
Hello everybody! I use Cimy User Extra Fields on my site. Could you tell me if there is the possibility to output registration/login form inside usual page ? May be i should combine this plugin with some another plugin?
Thx. I already solved the problem
Hi. I love this plugin — thanks. However, the data required in my extra fields does not show up under the “Extra Field” heading in user profiles. The heading is there, but no data. Have I set something up incorrectly?
Did you add any extra fields? Screenshot of the extra field’s options?
I have the Password field visable, but it still says it will email you a password.
How do you enable the registrant to set the password from the registration screen?
That is a known issue of WordPress. Password will not be sent in that case, but the message is not generated by my plug-in.
I would like to use one of the custom profile field to be shown in a custom profile page of the author (like a facebook profile). How can I do it? A quick reply could help me a lot.
Documentation already exists to help you a lot. Read it.
Great plugin! How can I manually call up a field to use in a custom registration form?
Thanks in advance for your help!
-Jason
Again: read the documentation first.
Ciao,
ho installato il tuo plugin e creato il campo TESTO HTML con text-rich… non riesco però davvero a capire come visualizzarlo nella pagina dell’autore…
Quale pagina dell’autore?
I would like to fore people to input a website when inputing their field.
how can I acomplish this with
“Should be equal TO:”
ie. if I want someones facebook link it should be equal to: facebook.com/*
Not possible at the moment.
Ciao Marco,
principalmente ottimo plugin. Davvero.
Sto facendo un lavoro e lo sto utilizzando. La mia domanda è molto semplice. Prima di mettermi a spulciare il tuo codice, volevo chiederti se la personalizzazione dell’email supporta l’utilizzo di codice HTML o se debbo andarmi a modificare io il tuo sorgente.
Mirko
Non lo supporta al momento.
Thank you for your plugin. Is there a way to integrate cimy uef with either qTranslate or WPML to show different translations of the labels of extra fields, based on the language the site is being viewed in? I am working on a site that requires extra registration fields and also needs to be multilingual. I am using cimy uef 2.3.5 and WP 3.3.1. Thanks!
Would be nice to, but I lack of time.
« Previous 1 … 24 25 26