Community > Discussions
180 views
5 replies

Live Forums: How can I not to use gravatar.com for user profile picture

When users do not have their own profile pictures uploaded to DNN,  Live Forum currently uses gravatar.com for user profile pictures.  Is it possible not to use gravatar.com?  Can I have my own default picture to use?   We basically want to use our company logo when users do not have profile pictures?  Anyway that I can achieve that?    Thank you in advance!

DNN User Avfuel DNN User Avfuel
Published 04/04/2019 18:12
Add Comment
jaden blake

To avoid using Gravatar.com for user profile pictures, you can implement an alternative method for handling profile pictures within your application or website. Here are a few options you can consider:

  1. Custom Upload: Allow users to upload their profile picture directly to your platform. You can provide an interface for users to select an image file from their device and upload it to your server. Once uploaded, you can store the image on your server and associate it with the user's profile.

  2. Third-Party Image Hosting: Instead of relying on Gravatar, you can integrate with other image hosting services like Imgur, Cloudinary, or Amazon S3. These services provide APIs that allow you to upload and manage user images. You can store the image URLs returned by these services and associate them with user profiles.

  3. Social Media Integration: If your platform supports social media login (e.g., using Facebook or Google), you can leverage the user's profile picture from their social media account. When a user logs in through their social media account, you can retrieve their profile picture using the respective social media API and use it as their profile picture on your platform.

  4. Local Avatar Library: You can create a collection of pre-defined avatars or icons and allow users to choose from them as their profile picture. This approach avoids the need for user uploads or external services.

  5. Identicon Generation: Another option is to generate unique and visually distinctive "identicons" for users who don't provide a profile picture. Identicons are algorithmically generated based on user-specific data (such as username or email) and can serve as unique visual representations for users without relying on external services.

Remember to consider privacy and security aspects when implementing any profile picture solution. Ensure you have appropriate mechanisms in place to handle image uploads, prevent malicious content, and respect user preferences regarding privacy settings.

replied 05/19/2023 22:43
kryssa addula

hen users do not have their own profile pictures uploaded to DNN,  Live Forum currently uses gravatar.com for user profile pictures.  Is it possible not to use gravatar.com?  Can I have my own default picture to use?   We basically want to use our company logo when users do not have profile pictures?  Anyway that I can achieve that?    Thank you in advance!

replied 02/15/2021 06:56
kryssa addula

It is not possible at this time.

Thanks for suggesting this feature. Please add this to our Community Ideas

We cannot estimate when your feature request will be available; but, we periodically review the list and add new features to the product roadmap.

We would recommend joining the mailing list on our Company News page so you're updated when a new update is released. 

replied 02/15/2021 10:23
Ashish Pachori

It is not possible at this time.

Thanks for suggesting this feature. Please add this to our Community Ideas

We cannot estimate when your feature request will be available; but, we periodically review the list and add new features to the product roadmap.

We would recommend joining the mailing list on our Company News page so you're updated when a new update is released. 

 

replied 04/05/2019 11:48
DNN User Avfuel

Got it, thanks for your reply!

replied 04/10/2019 19:57

Last Activity 05/22/2023 03:57