yuriinalivaiko
Forum Replies Created
-
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??
Regards
Hi @bostanek
Turn on the “Would you like to display 404 page when users haven’t access?” setting in the product settings. This feature can restrict access for products in the category list.
Other methods to restrict content (show message, redirect) works on the single product page but don’t influence products in the products loop – the shop page and widgets.
Regards
Hi @skop81
There is no automatic account delete feature.
Administrators can delete other members manually in the WordPress dashboard. Administrators also can delete other members manually using the “Delete this user” in the profile actions menu.
Members can delete their own accounts manually using a tool in the “Delete Account” tab in the Account page. This tab may be enabled/disabled using the “Delete Account Tab” setting on wp-admin > Ultimate Member > Settings > General > Account.
See https://docs.ultimatemember.com/article/40-account-tab
Regards
We apologize for the inconvenience caused. This issue could occur to those who upgraded from old versions (2.3.0-2.4.2) directly to the version 2.5.2, skipping version 2.5.0. This issue has been fixed in the version 2.5.3.
Hi @tracym826,
Conditional fields should work in additional profile forms placed into custom profile tabs. Maybe conditional rules are set wrong. Please attach screenshots with the conditional field, its field-switcher and these fields in profile. See attached examples.
Regards
Hi @localmedia,
The password_reset() method in the includes/core/class-user.php file has been changed. Update the Ultimate Member plugin to the version 2.5.3
Thanks
The ‘um_after_account_general’ hook is not designed to display fields, so the plugin can not apply validation to your fields automatically.
Try to use the ‘um_submit_account_errors_hook’ hook to add your custom validation function for your fields. Modify a function that displays your custom fields to display error messages. Use a code example in the article How to add custom WooCommerce fields to Account for a reference.
Methods you may need:
UM()->form()->add_error( $key, $error ) – Add field error message.
UM()->form()->has_error( $key ) – Check if the field has an error message.
UM()->form()->errors[ $key ] – Get a field error message.Regards
Hi @stephroseg
This thread has been inactive for a week so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??
Please provide a link to the page to look at the issue if possible.
Thanks
Hi @kgw203
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??
Regards
Hi @ghostds
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??
Regards
Hello,
This problem is specific for your site. Please describe your environment: device, operation system, browser, WordPress theme.
Please try to do a conflict test to confirm that this is not a feature of your theme.
Please provide a link to your site login page if possible.
RegardsUnfortunately there is no setting to change the user upload base directory.
You may try to use the upload_dir hook if you are a developer familiar with PHP and WordPress code. But you must be very careful with this hook, because it influences all uploads.
Hello,
It looks like you are looking in the wrong direction. You don’t need a custom tab at all. You need to add your custom link to the account menu, do you? There is a simple way to do this. Just override the account.php template in your theme and add your custom
<li>
element with a link you need before the end of the<ul>
element. See line 119.Read the article Template structure & Overriding templates via a theme for details.
Regards
- This reply was modified 1 year, 11 months ago by yuriinalivaiko.
The “Can edit other member accounts?” permission is not needed to view other member profiles. You may see the “We are sorry. We cannot find any users who match your search criteria.” message in the member directory if all profiles are not approved or if profiles are private.
The “Can edit other member accounts?” role setting is used to allow administrators to edit other members’ profiles. We don’t recommend granting this permission to someone except the Administrator. This is a high-priority permission that can bypass some restrictions. It allows administrators to see unapproved and private profiles in the member directory.
Please verify that all profiles you want to display in the member directory are approved and are not private.
@ghostds
One of the “url” type fields in the profile form has wrong settings. Please verify and re-save settings for all fields of the “url” type in the form: URL, Website URL, Facebook, Twitter, LinkedIn, Google+, Instagram, Telegram, YouTube, SoundCloud, VKontakte.