-
scabadaska posted on the forum topic How to disable Gravatar completely? in the group How-To and Troubleshooting: 13 years, 10 months ago
Hi @BuddyPresser, I would like to add to Javier’s @arques post above. His method does work but it’s missing the initial sign-up screen where gravatar is being pulled. I also rewrote his path a bit. This should do the trick for killing all Gravatar calls. If someone has more time than I it would be great to […]
-
Javier Arques posted on the forum topic How to disable Gravatar completely? in the group How-To and Troubleshooting: 14 years ago
Hi @BuddyPresser ! I have found out another way get it not editing core files. Put this filter into your functions.php file: `function bp_remove_gravatar ($image, $params, $item_id, $avatar_dir, $css_id, $html_width, $html_height, $avatar_folder_url, $avatar_folder_dir) { $default =…[Read more]
@buddypresser
Not recently active