Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hello,
Just added php_value max_input_vars 50000 to your .htaccess file.
Thanks.
KhaledMemberHello,
Your subscription allows you to validate unlimited sites 🙂Thanks.
KhaledMemberHello,
Unfortunately there is no shortcode for logout page. Actually, shortcode for logout is not a safe way as logout link should contain nonce field.You can call wp_logout_url() function for logout url.
Thanks.
KhaledMemberHello,
In order to import users from csv, users should have at least unique email addresses or username. In your csv, it seems that, several users have the same email address. So they will be skipped while importing. If you use “Numero Patente doganale” as username and Identify Uniquely “By Username” then, duplicate email will be replaced with username@noreply.com while importing.Thanks.
KhaledMemberHello,
Could you please give a sample of your csv?Thanks.
KhaledMemberOkay, go to user-meta/models/classes/umFieldClass.php and comment line number 69
$this->rules[] = 'unique';
KhaledMemberHello,
You could use in HTML fields
<a href=”mailto:%user_email%”>%user_email%
KhaledMemberHello,
Unfortunately, WordPress doesn’t support duplicate username and email.KhaledMemberHello,
Please update your version to Development version (1.1.6rc1). Create an HTML field,Put
Role: %role%
to default value, and drag the HTML field to your form.
Thanks.
KhaledMemberHello,
Your license has been reset. You can able to validate one more site.
Thanks.
KhaledMemberHello,
So far UMP doesn’t support users listing. However, if you have configure user listing by another plugin, admin can access other users profiles by http://example.com/profile/?user_id=XXXThanks.
KhaledMemberHello, shortcode “members-list” is not a shortcode from UMP. Unfortunately, so far UMP doesn’t provide a shortcode for users listing.
Thanks.
KhaledMemberHello,
Please have a look on http://user-meta.com/howto/extend-date-range/
Thanks.KhaledMemberHello, sorry for being late in response.
@Nayanor, normally you need to remove your license from existing domain in order to activate it into new domain. BTW, we have reset your license, you can able to validate the license on your new domain.
And file uploading issue might be comes from directory permission. Please check web server have write permission to wp-content directory.Thanks.
-
AuthorPosts