Forum Replies Created
-
AuthorPosts
-
SupportMember
Hello Thomas,
Please download 1.1.3 from http://user-meta.com/downloads/ and instal the downloaded version. You can now able to validate your license by http://user-meta.com/activation/ for 1.1.3Thanks.
SupportMemberHello, Your license seems to be validated, but replacing free version with pro version is failed. You need to manually replace the version. Please completely remove existing UMP version first (You can aslo remove using ftp)
Then download latest version of UMP form http://user-meta.com/download/ and install it, You won’t need to validate your license again.
Thanks.
SupportMemberIssues has been solved by “Contact Us” section
SupportMemberHello, Are you able to drag your meta field in User Meta >> Settings (Backend Profile) ?
SupportMemberIt seems that http://www.realbrides.co.uk/wp-includes/js/jquery/jquery.js is missing.
SupportMemberHello,
Please deactivate and remove your existing UMP (your won’t loose your data) then download latest version of UMP from http://user-meta.com/downloads/ install and activate the plugin.Thanks.
SupportMemberHello,
In your checkbox field, fill your checkbox value to “Field Option” separated with comma, and mark the field as required.SupportMemberThis feature is not directly supported by UMP, but you can use UMP hook to write your own js code.
Action hook “user_meta_after_form” might be useful for you to write js code, this hook accept one parameter formName.
Thanks.
SupportMemberIn which case login/registration/lost password UMP conflict with Are You Human plugin? BTW, we didn’t test both plugin together. There many be a fix for using UMP with Are You Human with next release.
Thanks.
SupportMemberYou can write following codes to activate user:
update_user_meta( $userID, ‘user_meta_user_status’, ‘active’ );
Thanks.
SupportMemberYou can allow “add_users” capability by using role editor plugin, Author with “add_users” capability able to update user profile.
March 28, 2013 at 12:05 am in reply to: Error message on registration – ReCaptcha private and public keys not working #3559SupportMemberHello,
Please post your registration page url here or to support(at)user-meta.com
And shortcode suppose to be: [user-meta type=”registration” form=”Your_Form_Name”]Thanks.
SupportMemberWith UMP-1.1.3, please open file: user-meta/models/pro/umAjaxProModel.php add following lines of code between line 218 and 219
if( $key == ‘role’ )
$fieldValue = is_array( $user->roles ) ? array_shift($user->roles) : null;Thanks.
SupportMemberHello, can you please post your registration page url here or support(at)user-meta.com
Thanks. -
AuthorPosts