7 Commits

Author SHA1 Message Date
Mykyta Synelnikov a33be50a55 Fix user profile URL logic for comment authors
Previously, the profile URL was returned even when the user ID was empty. This change ensures the URL is only generated if the user ID is present, preventing potential errors.
2025-10-07 11:56:25 +03:00
Mykyta Synelnikov b8216dee2a Fix null check in comment author URL retrieval
Previously, the method assumed the comment object was always present, which could lead to errors. Added a null check to ensure a fallback to the original URL if the comment object is absent.
2025-10-03 13:59:40 +03:00
Mykyta Synelnikov 58fdd9f943 Update user profile link handling in frontend
Refactored methods to change user profile edit and comment author URL logic, ensuring compatibility with Ultimate Member plugin's structure. Updated readme file to reflect changes and fixed bugs related to profile link display in the comments section.
2025-09-05 12:08:19 +03:00
ashubawork 6905df14ea - fixed comment author link in commetns block 2025-08-26 09:59:53 +03:00
ashubawork 982dbd4e7f - fix edit user link 2025-07-30 12:24:10 +03:00
yuriinalivaiko 9da58475dc - fixed editing of other members profile for administrator 2024-10-10 19:45:48 +03:00
Mykyta Synelnikov 33bc484629 * Admin Users bulk-actions
* Admin single user actions
* Frontend single user action
2024-09-24 13:18:48 +03:00