Forum Replies Created
-
AuthorPosts
-
March 15, 2013 at 11:56 pm in reply to: How can I use a custom "Email Is Successfully Verified" page? #3444March 15, 2013 at 11:11 pm in reply to: How can I use a custom "Email Is Successfully Verified" page? #3440SupportMember
add_filter( ‘user_meta_execution_page_config’, ‘user_meta_execution_page_config_function’, 10, 2 );
function user_meta_execution_page_config_function( $config, $key ){
if( $key != ‘lostpassword’ )
return $config;$config[‘redirect’] = ‘http://www.mywebsite.com/email-verified/’;
return $config;
}SupportMemberHello, are there any other similar types of plugin installed in your site. In some case “Approve New User” plugin have similar types of conflict. BTW, temporary disable other plugin to detect which one is conflicting.
Thanks.
SupportMemberHello, you suppose to choose your password when you registered and also suppose to got password by email. You have used the password when you login to this site to put this post in the forum. You can use same password and email address to validate your license from your site to activate pro version.
Thanks.SupportMemberHello, with version 1.1.3, you can assign form with login process, and in your form you can use html field to add registration link. For more understanding, we are going to add a video tutorial on it. Thanks.
SupportMemberHello, Please clear your browser cache and try again.
Thanks.SupportMemberHello, changing Recaptcha theme is available from version 1.1.3
Thanks for your request.
SupportMemberHello, date format selection is available from version 1.1.3
Thanks for your request.
SupportMemberHello, Please download and reinstall UMP-1.1.3
Thanks.SupportMemberHello, this criteria is not directly supported by UMP so far, you need to write your own js and php code for it. Here is UMP supported hooks list: http://user-meta.com/user-meta-pro-action-filter-hooks/
Thanks.SupportMemberHello, please update your UMP version to 1.1.3
Thank.
SupportMemberHello, this criteria isn’t yet available with UMP, you can put it to feature request section.
Thanks.SupportMemberHello,
Thank you for using pro version. There is an option “Send email to new user” checkbox when your have imported your users. If you check the checkbox all new user will receive an email, “User Registration Email” template will use as email template in this case.To change User Registration Email template, go to User Mera >> Email Notification.
Please let us know spelling/grammar mistakes that you have found in the plugin to support(at)user-meta.com so that we can correct it with next release.
SupportMemberHello, If you are currently update your UMP version, please clear your browser cache and try again.
Thanks.SupportMemberIn case of assigning form to login, you can use action hook: “user_meta_after_form”. This hook accept one parameter FormName.
You can use html field in your form to add html instead of hooking.
Thanks.
-
AuthorPosts