Forum Replies Created
-
AuthorPosts
-
tiborp
MemberI’m having the same problem: User Meta Pro 1.1.6 does only upload images (using a ‘file upload’ field) when disabling Ajax. Using the latest dev version also gives an error:
“Warning: getimagesize(): Filename cannot be empty in /home/sve/public_html/wp-content/plugins/user-meta/framework/models/PluginFrameworkWPSupport.php on line 562
And still fails uploading.
Running WP 4.0 on PHP 5.4.
Strange thing is that it does work on my local host setup.
tiborp
MemberUpdate to my question above: I found the answer already: I need to use
'meta_key' => 'user_meta_user_status',
tiborp
MemberI do this using a WP User Query (http://codex.wordpress.org/Class_Reference/WP_User_Query)
Question I have, is how to exclude inactive (and thus ‘pending’) users; I have tried
$my_users = new WP_User_Query(
array(
'role' => 'subscriber',
'meta_key' => 'um_status',
'meta_value' => 'active'
));
but that returns no users at all, although there are two. Any idea?
Thanks in advance.
tiborp
MemberUpdate: this only seems the case using Chrome (OSX).
tiborp
Member+1 for this one!
tiborp
Memberhear hear 😉
tiborp
MemberI tend to agree with kcalkmc: Although it’s quite simple to move the related db tables to a production server, I think being able to export forms and form fileds should be considered a must have for this kind of plugin.
tiborp
MemberCool! Thanks for the lightning fast reply 🙂
tiborp
MemberWould be great if this would be possible; any plans on this for future releases?
tiborp
Member+1 for that functionality!
tiborp
MemberOops..never mind: it’s the (custom) form fields in the back end that I already created and (obviously) were not translated yet..
tiborp
MemberHi,
I’am working on a Dutch translation, but although I’ve put my user-meta-nl_NL.mo in the languages dir, I still don’t see my translations showing up. Any ideas?
-
AuthorPosts