Patrik
Forum Replies Created
-
AuthorPosts
-
Hi Alex,
Can you please provide the admin access and FTP credentials in private reply to look more into this?
Regards,
PatrikHi,
Yes, you need to use the same code for adding more custom tabs in the profile page.
Let me know what you want to modify or implement so that I can get more idea about your needs.
Regards,
PatrikYou, welcome! I am closing this issue now.
Hi Tiffany,
I have made a minor change in the core file of plugin usersWP to redirect users to the landing page. Please review it and let me know if it works for you.
It is not possible without modifying the core file of usersWP. So I have made changes in file userswp->includes->class-forms.php on line no. 55. You have to make that change again whenever you update the plugin. Let me know if you need more information.
Regards,
PatrikHi Tiffany,
When registration action set to “Require Email Activation”, it will show the message above form regarding checking email for the activation link. It will not redirect to any page otherwise the user will not be able to see the message. So currently with this registration action, it is not possible to redirect the user to any other page after successful registration. It will show message only.
Regards,
PatrikHi emendesign,
Currently, there are no any hooks or filter to add other data for each listing. We will put more hooks and filters to make it easy in future releases.
You can take a look at the commit if it can help you out: https://github.com/UsersWP/userswp/pull/174/commits/16dc625d8ddeeab123da14395cbca28c5eb28fa0
Regards,
PatrikHi Jon,
When I try to login with incorrect password, it redirects to home page. I can’t still regenerate the issue. If possible can you prepare a small video of login and error message and share it with us so that we can try the same steps to regenerate the issue?
Is https://www.experiencesheringham.com/login/ the correct login page?
Regards,
PatrikHi Andrea,
You can choose “Let user decide” option from “is public” option while creating fields in usersWP->Form Builder. This will allow users to chose field visibility from their privacy page which can be found on the account page.
So for each custom fields, you can choose “Let user decide” option so that user can make it public or private. Here private means no one can see except the user itself.
Let me know if it helps you.
Regards,
PatrikHi Joe,
We have already added this issue on GIT and we are working on this and will be fixed in next version.
Just for your information, by default in WordPress, when the user is created on subsite it will be also created on the main site. If you see the options in users listing, There is “remove” link for each user and not “delete” link. That means WordPress by default removes a user from the subsite and not delete from the main site. When you see the users options in the main site, there is delete option which will delete the user from the database.
We will apply logic like when the user is deleted from the subsite we will see if the user belongs to other sites or not. If the user belongs to other subsites then we will keep his records in database else we will remove his records from the database.
We will keep the current flow for single site setup.
Let me know if you have any inputs here.
Regards,
PatrikHi Jon,
Can you please tell me the steps to regenerate the issue as I am not able to regenerate the issue on your site as well.
Regards,
PatrikHi Alex and gxwpm,
We can add an option to resend activation mail in users listing page of WordPress same as your first screenshot.
We can provide the link to resend activation mail in the message in the 2nd screenshot you have provided.
I have created an issue on GIT to look more into this and will fix asap.
Regards,
PatrikHi gxwpm,
We have noted this and added to our list of issues on GIT. We will work on it and will release in next version of usersWP plugin.
Regards,
PatrikHi Joe,
Actually, this issue happens when the usersWP is not network active for multisite. We already have a function to remove user data from the uwp_usermeta table but it will be called only when our plugin is active network-wide else our plugin and its files will be not loaded and so that the function will be not called while you delete the user from the main site of the multisite network. The user data deleted when there is no multisite as our plugin will be active and so the files and the function to delete the user meta will be called.
So if the userWP is network active it will delete the user meta on user delete. Let me know if you need more information.
Regards,
PatrikHi Joe,
Can you please let us know the steps you are following to delete the user so that we can regenerate the issue from our side?
Regards,
PatrikHi Joy,
Currently, when it logins it redirected to the last page which is reset password page. But when you access the reset password page after login it will redirect you to the account page. So this is the case happens when you have selected last user page in option userswp->login->Login Redirect Page.
If you want to redirect on the home page, you have to set home page instead of the last user page in option userswp->login->Login Redirect Page.
We will look more into the flow regarding last user page option in the future release.
Regards,
Patrik -
AuthorPosts