basic-user-avatars
basic-user-avatars copied to clipboard
Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
On the profile page, the description of what this plugin will do is "Replace the local avatar by uploading a new avatar". However, when we upload a new avatar the...
I am using the front end shortcode for basic user avatars. My users in many cases have already uploaded a number of images. It would be convenient if they could...
The standard text is, well, standard. We'd like to customize what it says for our audience. The plugin does not seem to have any "settings." That'd be nice. Respectfully submitted...
Avatars in a custom folder (which was a feature of WP User Avatar Pro) seems not to be migrated, in my case they where uploaded to this folder: wp-content/uploads/wp-user-avatar/
**Is your feature request related to a problem? Please describe.** Sometimes there is no Alt Text on avatar images **Describe the solution you'd like** A default alt tag, e.g. "user...
WordPress now allows WebP images to be uploaded. The plugin currently allows for three image types: 'jpg|jpeg|jpe' => 'image/jpeg', 'gif' => 'image/gif', 'png' => 'image/png', We need to add an...
**Is your feature request related to a problem? Please describe.** PMPro Members can only add their custom avatar on their profile update page after becoming a user and not during...
Hello! I have a problem. The front view stopped appearing on some pages. Literally 2-3 days ago. When i disable a plugin - everything is ok. ``` ``` If i...
The final file name is strange for non-English user name. E.g. user "Karolína Mílová" generates file names "karolana-malova_avatar.jpg" rather than "karolina-milova_avatar.jpg". Wouldn't be better to use something like `$user->user_nicename` which...