Forum Replies Created
-
AuthorPosts
-
sourov amin
MemberHello,
max_input_vars = 3000
memory_limit = 256M
post_max_size = 256MThese should work fine.
Thanks.
sourov amin
MemberHello,
You can withdraw the previous license and validate the new one remotely from here: https://user-meta.com/activation/
But for now, just try to validate your desired site normally.
Thanks.
sourov amin
MemberHello,
You can not use translation directly in case of HTML content.
Thanks.
sourov amin
MemberHello,
You have to add these custom fields to either back-end or front-end profile to make these visual.
You can add extra created fields in WordPress backend profile from: “User Meta >> Settings >> Backend Profile” by dragging these fields in “Field in Backend Profile”.Thanks
sourov amin
MemberHello,
You can use shortcode:
[user-meta type="reset-password"]
to use reset password form alternatively.
If you do not want lost password feature you can turn that off from “User Meta >> Settings >> Login”.Thanks.
May 2, 2019 at 5:16 pm in reply to: [user-meta-login] Passwort reset and Login occasionally do not work #8956sourov amin
MemberHello,
It can be an issue caused by plugins conflict. However, is it possible to set up a temp admin and send credentials to “support(at)user-meta.com” so it can be checked closely?
Thanks.
sourov amin
MemberHello,
Try:
add_action( "user_meta_after_user_update", "user_meta_after_user_update_function", 10, 2 ); function user_meta_after_user_update_function( $response, $formName ){ global $userMeta; if ( $formName == "formname" ){ echo $userMeta->jsRedirect( "http://test.com" ); } }
Thanks.
sourov amin
MemberHello Danny,
User Meta Pro maintains the WordPress standard. So there should be no problem with BuddyPress.
Besides, there is a free add-on “BuddyPress xProfile Export” comes directly with User Meta Pro.
It can be used to export BuddyPress xProfile data with User Meta Pro’s users export tool.Thanks.
sourov amin
MemberHello,
Role-based form would do the job.
Learn more from: https://user-meta.com/documentation/user-profile/#document-5Thanks.
sourov amin
MemberHello,
You can tinker with the link by using placeholders. If your file links follow a certain structure based on user-data, use the data placeholder on the link. For example, if the link contains username for different users, you can use %user_login% placeholder.
<a href="https://url/%user_login%">Link</a>
Thanks.
sourov amin
MemberHello,
Add different HTML fields and put conditional logic in each field based on your criteria.
You can find “Conditional Logic” in Advanced option of each field.Thanks.
sourov amin
MemberHello Stuart,
Thank you for pointing it out. It seems it is a bug.
We will work on it and let you know when it is solved.Thanks.
sourov amin
MemberHello,
Sorry, there is no direct way. It is developed this way as we thought there is no possibility that someone may want reset password email without a reset password link. However, you can achieve that by editing one or two lines of code.
Please contact at support(at)user-meta.com. You will get help there.
And sorry for the late response.Thanks.
sourov amin
MemberHello John,
Try “HTML” Field under the “Formatting Fields”. Write HTML to include your link or file.
Thanks.
-
AuthorPosts