wp-user-profiles
wp-user-profiles copied to clipboard
⭐️ Better Profiles for WordPress
@JJJ this is a very useful plugin, thanks a lot! I would like to suggest that it supports the 2FA-Plugin (https://wordpress.org/plugins/two-factor/) by default. Currently the settings land in the "Others"...
When bbPress and WP User Profiles are both active, the bbPress "Forum Role" field is shown on the "Other" tab when editing a user. It would be better to show...
New registered users get a password change nag as admin notice until they change it. It goes to users.php?page=profile#password but should rather be users.php?page=account#password
Allows a single filter to override any source file as mentioned in issue #77 Now, to overwrite the default profile.php file all that would need to be done is something...
A couple of years ago I used this plugin on a project. I had to make changes to existing tabs, and add a few new ones, so I just hard-coded...
There is a translation available for the slug "Profile" in WP core. I suggest using that to have the menu item translated even when the plugin is not.
Identified a regression with the display of these dropdowns. It looks like not all of them are appearing the way that they used to, and the way I intended for...
Fixes #71.
### Tonight's progress Felt cute. Just a bunch of CSS changes right now. Might edit the mark-up later.
In the past I have used the `wp_user_profiles_core_files` filter to basically rewrite the entire default sections like so: ``` add_filter( 'wp_user_profiles_core_files', 'my_custom_tabs', 10, 2 ); function my_custom_tabs($files, $sources){ $path =...