Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hello, It suppose to work. However, please have a look on page source (from browser), what is the name and value of the hidden input. Or you can post registration url here or send it to support(at)user-meta.com to let us check.
Thanks.July 7, 2014 at 9:28 pm in reply to: How to Edit text in User-Meta-Pro email being sent out after User Import #5842KhaledMemberHello,
Go to User Meta >> Email Notification and Registration Email, and customize registration email. User Import uses same email while user registered.Thanks.
KhaledMemberHello, Could you please post your site url here or email to support(at)user-meta.com?
Thanks.
KhaledMemberHello, we have applied this fix to new release. Please wait for the new version. (comming this week)
Thanks.KhaledMemberHello, Please make sure you have used following shortcode:
[user-meta type=login]
Otherwise, if you wanted to use custom form as login form, make sure you have at least username and password field on the form.
Thanks.
KhaledMemberHello, UMP uses update_user_meta for updating extra data to wp_usermeta table. With this function, if existing field are found, it just update the field otherwise it insert it to database.
Please have a look on:
http://codex.wordpress.org/Function_Reference/update_user_metaThanks.
KhaledMemberHello,
For now, UMP does not offer such features. We are hopeful to add this with feature release.Thanks.
KhaledMemberHello,
You can use “Custom Field” with meta_key: user_login
Thanks.KhaledMemberIt could be a plugin conflict. Please temporarily disable other plugin to see which one is conflicting. If still you have this issue then, if it is possible, set a temp admin account for me to check the issue. (under email support(at)user-meta.com). Thanks.
KhaledMemberHi, wpml can translate dynamic text from UMP but it can’t detect dynamic translation strings as those strings stores to database. So you need to write new string directly to po file or use separate form for each language. We’ll add simple way to do it with next release.
Thanks.
KhaledMemberPlease try version 1.1.6rc2. Thanks.
KhaledMemberOkay, add
$list = apply_filters( 'user_meta_scripts', $list );
after the $list array on umSupportArray.php and put following code to functions.php
add_filter( 'user_meta_scripts', 'remove_ump_scripts' ); function remove_ump_scripts( $scripts ) { unset( $scripts['user-meta'] ); return $scripts; }
We’ll add ‘user_meta_scripts’ filter with next release.
KhaledMemberHi, Password from “WordPress default field” block not suppose to be have meta_key attributes. BTW, use meta_key: user_pass instead of contrasena.
Thanks.
KhaledMemberHello Andreu,
Please make sure you have used password field form “WordPress default field” block. Which types of validation you have used?
Thanks.
-
AuthorPosts