Forum Replies Created
-
AuthorPosts
-
SupportMember
Hello, You can use a single form for both profile and registration. If user is logged in, the form work as profile form and not logged in then as user registration form. For this you can use type=”both” in shortcode. But UMP doesn’t allow registration & login for same form
Thanks.
SupportMemberHello, That is in user-meta/views/generateField.php at line 191 for version 1.1.3rc1
Thanks.
SupportMemberHello, You can use non ajax solution.
Please go to User Meta >> Settings (Login Tab). Check “Disable AJAX submit” checkbox and hit save.Thanks.
December 4, 2012 at 9:15 pm in reply to: How can I personalized the page of email verifications with more content. #2585SupportMemberYou can replace line 149 with:
echo $userMeta->jsRedirect('http://www.mydomain.tld/?page_id=62');return;
Similar for ‘Invalid Key’
Thanks.
SupportMemberIt might be js conflict made by other plugin. Please try to temporarily disabling other plugin to find out which one is conflicting.
Thanks.
SupportMemberHello,
Most probably you have used wrong shortcode. Please make sure, you wrote type=”registration” in your shortcode.Thanks.
SupportMemberNext release(1.1.3rc2) will arrive at near the end of December.
Thanks.
December 4, 2012 at 8:47 pm in reply to: How can I personalized the page of email verifications with more content. #2580SupportMemberFor version 1.1.3rc1 open user-meta/models/pro/umSupportProModel.php and go to line 149, that is:
return $userMeta->showMessage( __( 'email is successfully verified ', $userMeta->name ) );
And make your changes there. Or you can change this line with any of your desired html code return.
Thanks.
SupportMemberHello, assigning class to login shortcode is not supported so far, This will be available with next release.
Thanks.
SupportMemberYou can send login data to support@user-meta.com
Thanks.
SupportMemberHello, for user registration please follow http://user-meta.com/custom-user-registration-user-meta-pro/
SupportMemberHello,
Please have a look on http://user-meta.com/forums/topic/send-password-with-activation-email/
Thanks.
SupportMemberHello,
So far UMP not support users listing.“I have created a custom meta field with user meta pro, but it is not showing in my available meta fields list. ”
Which available meta fields list you are referring to? UMP store meta field to usermeta table, they can be accessible by any other third party plugin too.SupportMemberAre you using multisite? If users imported they suppose to be show in your User admin page too. By default all imported user will be activated. If you still have the problem please contact with our contact us section.
Thanks.
-
AuthorPosts