Marco Cimmino
Forum Replies Created
-
No but you can sponsor this.
Indeed, will fix for v2.0.3
Or try directly the development version:
https://downloads.www.ads-software.com/plugin/cimy-user-extra-fields.zipLet me know
Gresh:
check if your images has some illegal characters in their names, like # or & or similar, then remove those characters and should work again.I introduced a check in v4.0.1 where you cannot upload such files.
I fixed all bugs mentioned by you in the development version, you might want to check it out:
https://downloads.www.ads-software.com/plugin/cimy-user-extra-fields.ziplet me know, thanks
MarcoI fixed all bugs mentioned by you in the development version, you might want to check it out:
https://downloads.www.ads-software.com/plugin/cimy-user-extra-fields.ziplet me know, thanks
MarcoIndeed in the same line 437 you can also add:
“dropdown” and “dropdown-multi”
divided by commas and should work out of the box.You need to specify the exact items you want to preselect for example:
label: my label/item1,item2,item3,item4
value: item2,item4Regarding the issue ‘Dashboard > Users > Add New’ yes WP 3.1 changed something and broke my previous fix for this, shit I hate it.
So open cimy_uef_register.php line 279 and change with this one:
if (($_POST[“action”] == “adduser”) || ($_POST[“action”] == “createuser”))should fix the problem, let me know for everything ??
Without showing where $curauth comes from is a bit hard to help you.
Will be fixed in v2.0.3
I enabled it and seems working, you can try editing cimy_user_extra_fields.php at line 437 and add in the list:
“checkbox”Indeed this is disabled in the code, but I forgot why ??
I’ll checkTry to edit cimy_user_extra_fields.php line 916 from:
if (!function_exists(wp_load_image))
to:
if (!function_exists(“wp_load_image”))and let me know ??
Plugin version?
Thanks for reporting this bug, I’ll take a look.