basic-user-avatars icon indicating copy to clipboard operation
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.

Results 19 basic-user-avatars issues
Sort by recently updated
recently updated
newest added

A user reported that some text strings are missing and therefore not translatable in Loco Translate. (Moderators only: 448769). Inspecting the master language file it appears (a) the text domain...

Improves loading custom language files, e.g. created by third-party plugins like Loco Translate.

Hello, I'm using [Theme My Login](https://wordpress.org/plugins/theme-my-login/) plugin to create a frontend user profile. If I enable the plugin, I can see the avatar box on the page, upload a new...

We should allow filtering of the Avatar Size when getting the avatar. Right now it's fixed to 96px. This is in the `get_avatar` method - https://github.com/strangerstudios/Basic-User-Avatars/blob/master/init.php#L251-L263

Users are uploading a picture that is 2mb 7000x4000, The plugin won't resize the image, even so. if theres images over a certain size can they just be disallowed? takes...

Difficulty: Hard
Status: Need to Recreate

Difficulty: Hard
Status: Needs Thought

Hello, since the latest version the prioritization does not work properly for me anymore. I also use this plugin: https://de.wordpress.org/plugins/minotar-minecraft-avatars/ Before the last update (1.0.6), the prioritization was like this:...

Difficulty: Medium
Status: Need to Recreate

As a test I had uploaded an image of 4,603,992 bytes (dimensions: 6942px x 4474px) using the [basic-user-avatars] shortcode. this immediately led to a fatal error on the entire site...

i noticed that there is no filters for image size also the resize is making the gif not playing and if i change the image or back to Gavatar the...

Status: Need to Recreate

The current code uses `$this->user_id_being_edited` as the argument to `$this->avatar_delete` on line 352, but it does not set this value until line 359. This means that `avatar_delete` is always getting...