Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hi, Could you please send your login page url to support(at)user-meta.com with this topic url?
Thanks.
KhaledMemberHi, 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.
KhaledMemberHello,
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 #5163KhaledMemberHello,
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.
KhaledMemberHello,
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
KhaledMemberHi,
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.
KhaledMemberHi wowzimmer,
You could also use following shortcode for standard login form:
[user-meta type="login"]
Thanks.
KhaledMemberHi,
Please increase value of:
max_input_vars, post_max_size, memory_limit
on your .htdocsHope it will work.
Thanks.
KhaledMemberNo problem, It will work perfectly on same domain or in case of reinstallation.
Thanks.
KhaledMemberHi,
Is it possible to set a temp admin account on your site to test and fix the issue?
Thanks.
KhaledMemberHi 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.
KhaledMemberHello,
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.
KhaledMemberHello 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.
KhaledMemberHello 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