I’m already adding and renaming some profile and account tabs in mu-plugins/wpum.php like this:
add_filter( 'wpum_get_registered_profile_tabs', 'my_wpum_get_registered_profile_tabs' );
function my_wpum_get_registered_profile_tabs( $tabs ) {
$tabs['about']['name'] = esc_html( 'Account' );
$tabs['posts']['name'] = esc_html( 'Ads' );
$tabs... (etc)
return $tabs;
}
Can someone show me how to integrate ‘priority’ in those lines of code? Or do I need to add a separate line of code for each tab regarding priority?
]]>I’m using wpum (WP User Management) together with this plugin, so I can manage user roles and import users and set the roles while import. This worked perfectly.
Now, I’ve added custom fields to the users, and I like to set them globally, by importing the bunch of users (there are 600 of them) in a csv. But as users are already registered, I don’t want to reset their passwords.
So I’m trying to find how to import users without resetting their password. i’ve seen that if I create an empty ‘password’ column, this should work.
But it does not : I’m testing the import with a test user, and each time I import, the password is reset. I’ve tried different naming conventions (Password, Passwords, passwords, password, each time set to empty, or _prevent_passwword_change column set to 0) : the result is the same : password is changed and the users receive a new password, which I clearly don’t want to do.
So how can I solve my problem ?
]]>However, I can’t see an obvious way to actually add this from the backend. I thought it might be under the custom fields tab but can’t find it there.
Does your plugin allow this?
Is there any possibility to do this without editing the source code of this plugin?
]]>[09-Jun-2020 15:48:45 UTC] PHP Fatal error: Uncaught Error: Class 'WPUM_Field_Avatar' not found in /home2/giomadtv/public_html/wp-content/plugins/__wp-user-manager/includes/wpum-fields/class-wpum-field.php:203
Stack trace:
#0 /home2/giomadtv/public_html/wp-content/plugins/__wp-user-manager/includes/wpum-fields/class-wpum-field.php(145): WPUM_Field->setup_field(Object(stdClass))
#1 /home2/giomadtv/public_html/wp-content/plugins/__wp-user-manager/includes/wpum-database/class-wpum-db-fields.php(215): WPUM_Field->__construct(10)
#2 /home2/giomadtv/public_html/wp-content/plugins/__wp-user-manager/includes/wpum-admin/class-wpum-notices.php(93): WPUM_DB_Fields->get_fields()
#3 /home2/giomadtv/public_html/wp-content/plugins/__wp-user-manager/includes/wpum-admin/class-wpum-notices.php(52): WPUM_Admin_Notices->fields_are_empty()
#4 /home2/giomadtv/public_html/wp-includes/class-wp-hook.php(287): WPUM_Admin_Notices->register_notices('')
#5 /home2/giomadtv/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#6 /home2/giomadtv/public_ in /home2/giomadtv/public_html/wp-content/plugins/__wp-user-manager/includes/wpum-fields/class-wpum-field.php on line 2033
Any idea? Thank you
I updated via FTP to wp-user-manager.2.3.6 but nothing changed
Trust you having a great time.
I tried installing the WPUM Recaptcha add on and got this error message “The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”
Tried downloading the zip file again and still got the same error.
On trying to unzip the file on my computer, i got error message “the compressed file is invalid”
Any thoughts?
]]>Which version is WP User Manager reCAPTCHA supporting?
]]>I want users password to be saved in the login form when they logout. I converted my website into an app and don’t have the browser option to save username and password. I discovered that the remember password checkbox on the login page does not actually work.
Is there a way around this?
Thanks
]]>m&&&& will give you a username m even if min length is set to 5.
]]>Fatal error: Uncaught Error: Call to undefined function wpum_get_field_types() in /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-custom-fields/includes/class-wpumcf-new-fields-editor.php:85 Stack trace: #0 /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-custom-fields/includes/class-wpumcf-new-fields-editor.php(756): WPUMCF_New_Fields_Editor->__construct() #1 /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-custom-fields/wpum-custom-fields.php(154): require_once(‘/home/snowman2/…’) #2 /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-custom-fields/wpum-custom-fields.php(63): WPUM_Custom_Fields->includes() #3 /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-custom-fields/wpum-custom-fields.php(251): WPUM_Custom_Fields::instance() #4 /home/snowman2/public_html/snowmansoftware.com/wp-includes/class-wp-hook.php(286): WPUM_Custom_Fields_Load(”) #5 /home/snowman2/public_html/snowmansoftware.com/wp-includes/class-wp- in /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-custom-fields/includes/class-wpumcf-new-fields-editor.php on line 85
Fatal error: Uncaught ArgumentCountError: Too few arguments to function WPUM_License::__construct(), 4 passed in /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-user-verification/wpum-user-verification.php on line 165 and at least 5 expected in /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wp-user-manager123/includes/wpum-updater/class-wpum-license.php:84 Stack trace: #0 /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-user-verification/wpum-user-verification.php(165): WPUM_License->__construct(‘/home/snowman2/…’, ‘User Verificati…’, ‘1.0.2’, ‘Alessandro Teso…’) #1 /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-user-verification/wpum-user-verification.php(63): WPUM_User_Verification->includes() #2 /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wpum-user-verification/wpum-user-verification.php(251): WPUM_User_Verification::instance() #3 /home/snowman2/public_html/snowmansoftware.com/wp-includes/class-wp-hook.ph in /home/snowman2/public_html/snowmansoftware.com/wp-content/plugins/wp-user-manager123/includes/wpum-updater/class-wpum-license.php on line 84
]]>