Forum Replies Created
-
AuthorPosts
-
July 29, 2016 at 10:20 am in reply to: Automatically generate username as compilation of firstname.lastname #7972KhaledMember
Thanks John
KhaledMemberHi John, Are you referring Form Settings ‘Submit Button Title’? If so, in my test it works well. In that case, could you please send me some screenshot or grant a temp admin account for your site under email support(at)user-meta.com so that I can check the issue.
Thanks.
KhaledMemberHi Mary,
The issue has been solved by dev version. Please try our dev version.
Thanks.
KhaledMemberHi Denis,
Please set an admin account and ftp again for me.
Thanks.
KhaledMemberHi,
It seems that your license has expired. It is compatibility issue with new WP version. But it still works with version 1.1.7.1. Just try to click upper right corner of email notification block to expand it.
Thanks.
KhaledMemberHi Andy,
Please make sure you have configured redirection for appropriate role. Not for admin only.
If you disable ajax submit on Settings=>Login, it will disable for login. Ajax submit is disabled for your login page.
TO disable ajax submit on registration form, go to User Meta >> Forms, edit your form. Go to Settings tab, apply do not use ajax submit.
Thanks.
KhaledMemberHello Stephen,
Unfortunately, multiple roles is not supported by UMP yet. I’m moving your post to feature request section.
Thanks.
KhaledMemberAs register_meta() is more close to adding meta to post, there will be no affect for that on UMP.
Thanks.
KhaledMemberPlease update to version 1.1.8rc1
Thanks.
July 10, 2016 at 11:34 am in reply to: How to access/update extra fields in WP template files? #7934KhaledMemberHi Andrew, use
get_user_meta
to get user extra data.<?php get_user_meta('meta_key', $current_user->ID, true) ?>
Thanks.
KhaledMemberPlease use version 1.1.8rc1.
Thanks.
June 25, 2016 at 2:12 pm in reply to: integrate forms and fields in wp-template, not by shortcode #7925KhaledMemberHi Torben,
Please try following template tags
For login:
userMetaLogin($formName);
Default ump login form will be use when $formName is empty
For profile or registration:
userMetaProfileRegister($actionType, $formName);
$actionType could be: profile, registration, profile-registration and public
Hope it helps.
Thanks.KhaledMemberHi Mariana,
Please increase value for max_input_vars in your php.ini settings.
max_input_vars = 3000
Thanks.
KhaledMemberHi Denis,
Try current dev version again. Current dev version convert all uppercase to lowercase in filename. And if you have issue with filesize, try to increase your server limit by increasing value of ‘post_max_size’ and ‘upload_max_filesize’ on your htaccess file.
Thanks.
-
AuthorPosts