Sometimes you want to add your own avatar for a user or build your own special predefined avatar selection :)

WHERE ARE THEY STORED

BuddyPress stores avatars in /wp-content/uploads/avatars/ – USERID – /

HOW ARE THEY STORED

BuddyPress hashes the original filename and stores full and thumbnail images in the above directory.

Now go ahead and build your own integration around that ;)

Enjoy coding …