Forum Replies Created
-
AuthorPosts
-
June 21, 2015 at 11:06 pm in reply to: NEED HELP: Error in registration process when uploading images. #7287June 21, 2015 at 11:04 pm in reply to: Submitting login information does nothing. Should re-direct. #7286KhaledMember
Hi,
You can use non ajax login. To use non-ajax login, go to User Meta >> Settings >> Login Tab and check the checkbox saying “Disable AJAX submit”
Thanks.
KhaledMemberHi,
You can use captcha on registration page. To prevent default WP registration, go to Settings menu from WP admin area (not User Meta >> Settings) and check the checkbox titled “Anyone can register”
Thanks.
KhaledMemberHi Jeff,
When you import users, it imports users to database. To show field on profile, you will need to use same meta_key for field. First visit User Meta >> Shared field, create fields that you need, just make sure that you have used same meta_key while importing. Then go to User Meta >> Settings >> Bankend Fields and drag necessary fields.
Thanks.
KhaledMemberHi Robert,
It seems that your claimed issues are not happening to our dev server. When you update to version 1.1.7, please make sure all existing old version’s file was completely deleted. It could happens that, the plugin still rendering some old files. So to make it sure please completely delete user-meta directory then download and install version 1.1.7 (not any RC version) again.
Thanks.
KhaledMemberHi,
I have reset your license. Now you can validate one more WP instance.
Thanks.
June 16, 2015 at 1:52 pm in reply to: Submitting login information does nothing. Should re-direct. #7252KhaledMemberHi,
To handle ajax submission, we use admin-ajax.php script. But this script is not reachable on your server. Please make sure http://example.com/wp-admin/admin-ajax.php is giving you 0 when you visit this url. In your case it falls to error “503 Service Unavailable”
Thanks.
KhaledMemberHi,
Thanks for your suggestion. As we are just releasing new version 1.1.7, this feature is not included with that version. But we will include it to our new rc release.
Regards
KhaledJune 15, 2015 at 1:25 pm in reply to: Some errors being occurred after upgrading to version of User-meta 1.1.7. #7249KhaledMemberHi,
Please download version 1.1.7 again and reinstall it.
Thanks.
KhaledMemberHi Denis and Robert,
We had to change this because, some users need only UMP registration page but want to block default wp registration. We could add extra checkbox for it but this types of configuration will confuse users.
Thanks.
KhaledMemberHi,
For Biography info, use placeholder %description% and for phone number please make sure that you have used same meta_key inside %
Thanks.
KhaledMemberHi,
Please replace your old code with currently updated code.
Thanks.
KhaledMemberHi,
Please update to version 1.1.7
Thanks.
KhaledMemberHi,
Code has been updated. Thanks.
KhaledMemberHi, Please put following codes on your functions.php file. All admin email, generated by UMP will goes to listed emails.
function changeUMPAdminEmail( $adminEmails ) { return array( 'admin1@example.com', 'admin2@example.com' ); } add_filter( 'user_meta_admin_email_recipient', 'changeUMPAdminEmail' );
Thanks.
- This reply was modified 9 years, 5 months ago by Khaled.
-
AuthorPosts