Mykyta Synelnikov
Forum Replies Created
-
Hi @minalraj
Please temporarily deactivate Ultimate Member setting Action Scheduler in Ultimate Member – Ultimate Member
We are working on the fix. The patch will be added in UM 2.9.2 Fixes ‘um_dispatch_email’ action #1589 by nikitasinelnikov · Pull Request #1590 · ultimatemember/ultimatemember
Best Regards!Hi @weilbuchner
Please temporarily deactivate Ultimate Member setting Action Scheduler in Ultimate Member – Ultimate Member
We are working on the fix. The patch will be added in UM 2.9.2 Fixes ‘um_dispatch_email’ action #1589 by nikitasinelnikov · Pull Request #1590 · ultimatemember/ultimatemember
Best Regards!Forum: Reviews
In reply to: [ForumWP – Forum & Discussion Board] Basic functionality no longer worksHi @bizaprille
Sorry for the late reply. Since 2.1.0 version there are a lot of security enhancements and probably you need to change some settings on your installation.
As for the email notifications please check these settings in the user account:
https://jam.dev/c/f898d5d4-ec14-48d3-8d2d-0d93bab70e49
As for posts formatting please make sure that this option is checked. It provides the basic post formatting (based on wp_kses_post allowed HTML tags):
https://jam.dev/c/bf9453f4-9677-4878-a3b4-0c25869d0a6b
Please let me know if these changes help you to get the necessary functionality back.
Sorry again and Best Regards!Hi @bi1012037
This issue will be resolved in the next Ultimate Member version.
Version 2.9.0 by nikitasinelnikov · Pull Request #1570 · ultimatemember/ultimatemember
Best Regards!Hi @icentrics
Thanks for letting us know. There is the fix Fixes User status filter on mobile devices by nikitasinelnikov · Pull Request #1569 · ultimatemember/ultimatemember (github.com) It will be added to the next Ultimate Member version.
Bulk actions you can find below the list table. It’s WordPress native UI for mobile devices. E.g. user manage checked necessary users, list screen down and select the necessary bulk action.
Best Regards!@icentrics
I understand your approach, but if you imagine that the user has 10-20 roles on the site. 5k users with a lot of activity and it is necessary to get the number of users with status every time the page loads (even with active cache it can trigger some issues). This puts a lot of strain on the servers.I understand that sometimes it’s hard to get off the ground, but we’re moving forward to improve plugin functionality, while maintaining the simplicity of the UI/UX of WordPress and not obstructing the interface that can be extended via any 3rd-party plugins from WordPress directory. We prepared this detailed article with all changes https://docs.ultimatemember.com/article/1943-guide-to-ultimate-member-managing-users-in-wordpress please introduce it to your customers.
Otherwise, please follow this link https://gist.github.com/nikitasinelnikov/f049b5f911554586ff06633e9639da4c I specified in my previous message. It’s the Gist you can suggest for your customers. It can be easy added to theme/child-theme functions.php file. It can be a special solution for individual customers who need list table views instead of filter dropdown.
This can be a niche solution for users with a small number of users and user roles on sites where you don’t need to care about performance. Or a niche solution, when links instead of dropdown will make the interface easier (a lot of the filters in list table from 3rd-party plugins).Best Regards!
Hi @icentrics
There is a Gist that you can use as backdoor
Ultimate Member >= 2.8.7. Add list table views instead of filter dropdown (github.com)But it rollbacks a performance on Users list table to 2.8.6 version and I don’t recommend to use this Gist for sites with +5k users.
Let me know if this thread can be resolved,
Best Regards!Hi,
Please check this one Profile Completeness – Ultimate Member and docs for it:
Profile Completeness Setup – Ultimate Member
Best Regards!Hi,
I think you need to make some custom JS code and restrict the site redirects until the User Profile is not filled. You can find some ready solutions on ultimatemember.com.
If you have other questions you can search for details on docs.ultimatemember.com
Best Regards!Hi,
We have added this issue to our todo list. Thanks for suggestions.
Create user from wp-admin without additional pending admin approval status · Issue #1560 · ultimatemember/ultimatemember (github.com)
Best Regards!Hi,
Please read this article Ultimate Member 2.8.7 User Management: What’s New and How to Use It – Ultimate Member . Also there my short screencast about new UI on wp-admin > Users screen. https://jam.dev/c/eeca3078-6fc6-4ae0-984f-fd05422617a4 how it looks on real screen.Due to CVE ID: CVE-2024-8520 issue we had to rewrite the user actions handlers. Both for wp-admin and User Profile screens.
We have researched the best practices how to make it in WordPress native way, secure and clear. The same time, the performance issue on wp-admin > Users screen for websites with +5k users and when Ultimate Member is active also had been fixed.
Unfortunately, there is a related issue with user registration status and we are planning the hotfix release later today. Version 2.8.8 by nikitasinelnikov · Pull Request #1556 · ultimatemember/ultimatemember (github.com)
Please let me know if you have other questions,
Best Regards!Hi @chrissypeng
The easiest way how to implement this functionality is to create 2 custom AJAX queries:
1. Get User Profile content AJAX request (get full User Profile Form shortcode). You will replace current screen to content from response.2. Update User Profile form with all validations on both sides frontend and backend. I guess this one is more hard to implement because all Ultimate Member native handlers are build for sync form handling with redirect.
Also you could check this docs Welcome to the Ultimate Member Documentation | ultimatemember
Hook documentation and PHPDocumentor docs with structure description. I think it can be helpful.
Our team works on new UI and we hear your opinion about async forms handling and taking it to account.Let me know if you have any questions,
Best Regards!Hi @helenxmas
Thanks for letting me know. I’ll be in touch if you need any help with our plugin.
Best Regards!Hi @helenxmas
Sorry, I could have missed the notification, please tell me what kind of problem do you have in mind? I will try to help you with the setup.
Best Regards!Hi @lavenderwind
Btw. I highly recommend to use select(dropdown) field or radio button for Member ship field because there can be only one value “Yes” or “No”.
Best Regards!