Forum Replies Created
-
AuthorPosts
-
November 11, 2015 at 3:45 pm in reply to: Unable to Active – Moving from Staging to Production #7670sourov aminMember
Hi aarswells,
Try http://user-meta.com/activation
If the url doesn’t work, send an email to support(at)user-meta.com with your site url, in where you wanted to validate the license.
Thanks.
sourov aminMemberHi Geert,
Make sure you do all the procedures right. Can take help from: http://user-meta.com/documentation/export-import/
If that doesn’t work then please filter users by date (using start and end date) to maintain small number of users on a single csv file while exporting. Maybe a single csv file can’t load this huge amount of data.
Thanks.
sourov aminMemberHi Rashed,
Make a form with only password field where ‘Retype Password’ and ‘Current Password is Required’ are checked. Place the profile shortcode for this form in your change password page. Shortcode would be like: [user-meta-profile form="Form_Name"]. It should work.
Or you can set a Reset Password page directly from User Meta >> Settings >> Reset Password Page.
Thanks.
sourov aminMemberHi Žaneta,
Make sure you write the custom url right and write it for different types of user like administrator or subscriber. Include ‘http://’ in custom url.
You can change error text from User Meta >> Settings >> Text.
If that doesn’t work try the dev version of user meta pro.Thanks.
sourov aminMemberHi,
Go to “Users” menu from the admin dashboard. You will get the full list of users there. You can easily edit or update any user profile from the list.
Thanks.
sourov aminMemberHi,
Which version of WordPress and User Meta Pro you are using?
Thanks.
sourov aminMemberHi,
Set a Registration Redirection page under User Meta Settings where you want to redirect your user after activation.
Thanks.
sourov aminMemberHi,
Put following code to your functions.php (under your current theme)
show_admin_bar(false);
Thanks.
sourov aminMemberHi,
We will work on this issue.
Thanks.
sourov aminMemberHi,
You can upload more than just image in pro version. Just write down the extension names in “Allowed Extension” box with comma separation under the “File Upload” field configuration panel. Write “doc,docx,pdf” in “Allowed Extension” box with other extensions name that you want to allow.
Thanks.
sourov aminMemberHi,
Do it with HTML field. Make HTML field from Field Editor section of UMP. Write HTML code in Default Value box of the field. Use placeholder to provide user’s data. You can show any field’s data by using placeholder of the field.
Thanks.
sourov aminMemberHi,
Go to “Settings” under “User Meta” and select “Registration” tab. There you will find an option “Auto login after registration”. Just check it. And make sure “User auto activation” is selected as “User Activation” under the same tab.
Thanks.
August 14, 2014 at 6:23 pm in reply to: Private Non-edit Display of User Profile for only the User #6176sourov aminMemberHi,
Placeholder to show user’s role is “%role%”.
User Placeholder:
%ID%, %user_login%, %user_email%, %password%, %display_name%, %first_name%, %last_name%.Custom Field’s placeholder:
%your_custom_user_meta_key%placeholder for avatar “%avatar%”. Just use this placeholder like others. Nothing else.
Thanks.
August 11, 2014 at 2:09 pm in reply to: Private Non-edit Display of User Profile for only the User #6152sourov aminMemberHi,
Make HTML field from Field Editor section of UMP. Write HTML code in Default Value box of the field. You can use placeholder to show user’s data.Like, if you want to show user email then use placeholder “%user_email%”. You can show any field’s data by using placeholder of the field.
These data will be shown as text and it will be non-editable.
Thanks.
-
AuthorPosts