Rahul Gandhi
Forum Replies Created
-
We don’t store the value in DB till it’s set to “NO” so it’s not feasible from the code instead you can just use JS to set its default value for users and it will be saved only when set to “NO”.
Regards,
PatrikHi,
There is no filter to change it and it was not intended to be default checked. But if you want to make it checked then you can use some JS code to by default tick it on page load.
Regards,
PatrikHi,
Try following code in functions.php file of currently active theme or via Code Snippet plugin and let me know if it works or not:
add_filter('uwp_excluded_users_from_list', 'uwp_excluded_users_from_list_cb', 10, 1); function uwp_excluded_users_from_list_cb($exclude_users){ $users = get_users( array( 'role__in' => array( 'subscriber', 'administrator' ), 'fields' => array('ID') ) ); $users = wp_list_pluck( $users, 'ID' ); if($users && count($users) > 0){ return array_merge($exclude_users, $users); } return $exclude_users; }Regards,
PatrikHi,
Have you added “Terms & Conditions” from Predefined fields in the account form builder and then in the register form builder?
Regards,
PatrikHi,
If you can create a support ticket on our site http://userswp.io/support will help us troubleshoot the issue and fix.
Regards,
PatrikHi,
For the profile picture, we will have to do it by updating a table column in DB. For file custom fields, it can be done from the “Allowed file types” option in the form builder while adding the field. Can you create a support ticket on our site http://userswp.io/support for further assistance?
Regards,
PatrikHi,
Can you please explain more in detail with an example if possible?
Regards,
PatrikHi,
Can you enable the setting at UsersWP->General->Profile->Show Advanced->Disable author redirect to UsersWP profile page. and let me know if it helps or not.
Regards,
PatrikHi,
Thanks for your inputs. We are looking into this and will update you soon!
Regards,
PatrikHi,
You can do that by changing the settings at UsersWP->General->Register->Registration Action to Auto Approve + Auto Login. Let me know if it helps or not.
Regards,
PatrikHi,
Have you tried changing the setting at UsersWP->General->Register->Show Advanced->Maximum Password Limit?
Regards,
PatrikOk, One of our team members will reply soon today.
Can you create a support ticket on our site http://userswp.io/support for further troubleshooting? We have to regenerate the issue to troubleshoot. Do 2 users created on single registration or a user registered again after the first registration?
Regards,
PatrikHi,
Can you explain a bit more? On which page users are able to create 2 logins? Do you mean 2 users or 2 login pages? If you can provide the site URL can help to check the issue.
Regards,
PatrikHi,
The bio is already displayed in the user’s list on your site. For other custom fields, you will need to select “Users Page” in the Show in what locations? option and the field will display on the user’s listing page if not empty.
Regards,
Patrik