Forum Replies Created
-
AuthorPosts
-
tiborpMember
I’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.
tiborpMemberUpdate to my question above: I found the answer already: I need to use
'meta_key' => 'user_meta_user_status',
tiborpMemberI 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.
tiborpMemberUpdate: this only seems the case using Chrome (OSX).
tiborpMember+1 for this one!
tiborpMemberhear hear 😉
tiborpMemberI 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.
tiborpMemberCool! Thanks for the lightning fast reply 🙂
tiborpMemberWould be great if this would be possible; any plans on this for future releases?
tiborpMember+1 for that functionality!
tiborpMemberOops..never mind: it’s the (custom) form fields in the back end that I already created and (obviously) were not translated yet..
tiborpMemberHi,
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