Forum Replies Created
-
AuthorPosts
-
January 22, 2020 at 12:47 am in reply to: Required fields in forms still showing as "This field is required" #9153January 21, 2020 at 11:22 pm in reply to: Required fields in forms still showing as "This field is required" #9151
Khaled
MemberHi Donald,
Thanks for reporting. We are looking into it.
January 19, 2020 at 6:02 pm in reply to: Critical 2.0 Regression! Multi-value fields do not validate #9148Khaled
MemberHello Cyrus,
We have released a new version with fixes.
Thanks.
January 18, 2020 at 12:43 pm in reply to: Critical 2.0 Regression! Multi-value fields do not validate #9140Khaled
MemberHello Cyrus,
Thanks for reporting the bug. We’ll take care of it asap.
January 12, 2020 at 4:43 pm in reply to: Random fatal error on profile creation with an avatar #9134Khaled
MemberHello Kyle,
Please try version 2.0rc1.
Thanks.
Khaled
MemberHello Rob,
Please try our current dev version. It will provide you with a correct error message.
Thanks.
Khaled
MemberPlease try the current dev version.
Khaled
MemberHello Stephen,
Accessing original password is only available in user registration email by using %password% placeholder.
Because, for security reason, WordPress doesn’t store the password in plaintext. So we can not access plaintext password on user activation email.However, it is possible to generate a new password and email them with activation email. To do so, use %generated_password% on activation email.
Thanks.
Khaled
MemberHello Bud Miller,
Sorry for delayed reply. Is it possible to set a temp admin account for support(at)user-meta.com so that we can inspect the issue more closely?
Thanks.
Khaled
MemberHello Kristy,
Are you using login form / lost password form provided by UMP shortcode?
Thanks.
Khaled
MemberHello Christina,
Please try our latest dev version. We have applied a quick fix on it.
Thanks.
July 25, 2018 at 10:11 pm in reply to: Modifying meta keys using user_meta_pre_user_register not working #8605Khaled
MemberHello,
We have applied a quick fix to our dev version. Please consider the dev version until next release.
Thanks.
Khaled
MemberHello Stephen,
Please make sure that you have selected email format as “HTML”. Here is an example of using a black background. https://mailchimp.com/help/css-in-html-email/ could be helpful.
<body style="color:#FFF;background-color:#000;"> <p> Hi %display_name%, <br /> Your profile have updated on site: %site_url% </p> </body>
Thanks.
Khaled
MemberHello Philippe,
The plugin generates the well-formated lost password URL (with %20 for space), % sign might get trimmed with the filtration of other third parties plugin. Please have a look at other plugins for the conflict in email sending formatting.
If you like to forbid space on the username, you can use following codes to your functions.php
add_filter("registration_errors", function($errors, $userLogin, $userEmail) { if (preg_match("/\s/", $userLogin)) $errors->add("no_space_allowed", "No whitespace is allowed in the username."); return $errors; }, 10, 3);
By default, “registration_errors” filter is disabled on User Meta Pro plugin. You will need to enable it. To enable the filter, please visit User Meta >> Add-ons Menu (for version 1.4), activate “Switch filter or action hooks” addon, click the “Options” beneath and from the drop-down check “registration_errors” checkbox and save your changes.
Update to 1.4:
You can use manual version update if the automatic update fails for you. First, deactivate and remove the existing version (1.3). Don’t worry, removing existing version will not remove any of saved data. Then download and install version 1.4Thanks.
Khaled
MemberHello Stephen,
I guess, the issue has been solved. You can delete the admin account that was created for us. We are getting admin emails from your site 😉
Thanks.
-
AuthorPosts