Hi @hervema,
You can ?? We have a filter which enables you to change the user image. On the IdeaPush Support, you can see we have a question “I am a developer, do you provide any filters?”
and there’s one for the image:
Modify Users Image
Modifies the user image. The below example changes the users image to a cow. By default we try and get the users IdeaPush image, and if this does not exist we try and get the users WordPress avatar.
add_filter( “idea_push_change_user_image”, “idea_push_change_user_image_callback”, 10, 1 ); function idea_push_change_user_image_callback( $userId ) { //do something awesome with $userId return “https://cdn.britannica.com/55/174255-004-9A4971E9.jpg”; }
I can’t provide you with the specific code needed for BuddyPress because that goes beyond my free support. If you don’t have a developer on hand to do this, consider getting the pro version and I can include in your purchase my time to get the right code working with BuddyPress ??
https://northernbeacheswebsites.com.au/ideapush-pro/
Thanks,