Forum Replies Created
-
AuthorPosts
-
Support
MemberHello, 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.
Support
MemberHello, That is in user-meta/views/generateField.php at line 191 for version 1.1.3rc1
Thanks.
Support
MemberHello, 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. #2585Support
MemberYou can replace line 149 with:
echo $userMeta->jsRedirect('http://www.mydomain.tld/?page_id=62');return;
Similar for ‘Invalid Key’
Thanks.
Support
MemberIt might be js conflict made by other plugin. Please try to temporarily disabling other plugin to find out which one is conflicting.
Thanks.
Support
MemberHello,
Most probably you have used wrong shortcode. Please make sure, you wrote type=”registration” in your shortcode.Thanks.
Support
MemberNext 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. #2580Support
MemberFor 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.
Support
MemberHello, assigning class to login shortcode is not supported so far, This will be available with next release.
Thanks.
Support
MemberYou can send login data to support@user-meta.com
Thanks.
Support
MemberHello, for user registration please follow http://user-meta.com/custom-user-registration-user-meta-pro/
Support
MemberHello,
Please have a look on http://user-meta.com/forums/topic/send-password-with-activation-email/
Thanks.
Support
MemberHello,
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.Support
MemberAre 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