Forum Replies Created
-
AuthorPosts
-
Khaled
MemberHello,
Just added php_value max_input_vars 50000 to your .htaccess file.
Thanks.
Khaled
MemberHello,
Your subscription allows you to validate unlimited sites 🙂Thanks.
Khaled
MemberHello,
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.
Khaled
MemberHello,
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.
Khaled
MemberHello,
Could you please give a sample of your csv?Thanks.
Khaled
MemberOkay, go to user-meta/models/classes/umFieldClass.php and comment line number 69
$this->rules[] = 'unique';
Khaled
MemberHello,
You could use in HTML fields
<a href=”mailto:%user_email%”>%user_email%
Khaled
MemberHello,
Unfortunately, WordPress doesn’t support duplicate username and email.Khaled
MemberHello,
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.
Khaled
MemberHello,
Your license has been reset. You can able to validate one more site.
Thanks.
Khaled
MemberHello,
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.
Khaled
MemberHello, shortcode “members-list” is not a shortcode from UMP. Unfortunately, so far UMP doesn’t provide a shortcode for users listing.
Thanks.
Khaled
MemberHello,
Please have a look on http://user-meta.com/howto/extend-date-range/
Thanks.Khaled
MemberHello, 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