Forum Replies Created
-
AuthorPosts
-
Khaled
MemberHi, Could you please send your login page url to support(at)user-meta.com with this topic url?
Thanks.
Khaled
MemberHi, Is it posible to set a temp admin on your site to check the issue? You can sent login data to support(at)user-meta.com
Thanks.
Khaled
MemberHello,
filter hook “user_meta_pre_user_register” only works with UMP registration shortcode. So, make sure you are using UMP shortcode in your registration form.Thanks.
April 24, 2014 at 5:16 am in reply to: Redirect not working, admin email notification changes not working #5163Khaled
MemberHello,
Redirection and email notifications are only work with UMP form. Make sure that, you are using UMP login/registration shortcode to use these features.
Thanks.
Khaled
MemberHello,
Please make sure wp-content/uploads/files directory has proper write access. If you believe, everything is correct, then is it possible to make a temp admin in your site to check and resolve the issue?
Thanks
Khaled
MemberHi,
You could use following codes in functions.php
add_filter( 'user_meta_pre_user_register', 'filterUsername' ); function filterUsername( $userData ) { if ( ! empty( $userData['user_login'] ) ) { if ( preg_match( '/\s/', $userData['user_login'] ) ) return new WP_Error( 'nospace', "No space is allowed in username." ); } }
Thanks.
Khaled
MemberHi wowzimmer,
You could also use following shortcode for standard login form:
[user-meta type="login"]
Thanks.
Khaled
MemberHi,
Please increase value of:
max_input_vars, post_max_size, memory_limit
on your .htdocsHope it will work.
Thanks.
Khaled
MemberNo problem, It will work perfectly on same domain or in case of reinstallation.
Thanks.
Khaled
MemberHi,
Is it possible to set a temp admin account on your site to test and fix the issue?
Thanks.
Khaled
MemberHi Antonio,
Single site license allows only one site at a time, so in order to use it into another site, you will need to withdraw license from old site then it allows to validate license into new site.
Thanks.
Khaled
MemberHello,
It seems that, your configuration is okay. It might be a plugin conflict, other similar plugin may be deny user addition. Please check for conflicting plugin. You can set a temp admin for us, if it is possible, so that we can check the issue on your site.If you need refund, follow http://user-meta.com/withdraw-license
Thanks.
Khaled
MemberHello roseaupensant,
Unfortunately, there is no filter or action hook to do it. You will have to hack the plugin code for that. Have a look at user-meta/controllers/pro/umEmailNotificationController.phpYou will need to hack “profileUpdateEmail” function.
Khaled
MemberHello Ben,
We are very sorry for being late. Could you please send the url again with with this forum link, (and a temp admin, if possible)
Thanks.
-
AuthorPosts