define ( 'BP_AVATAR_DEFAULT', BP_PLUGIN_URL . '' );
This doesn’t seem to work in bp-custom.php either. I thought for sure I had a solution. I tried to alter the path of the default avatar to be used in hopes of using a 1px invisible image but this doesn’t seem to work.
I also tried to set the width of the default avatar to no avail.
define ( 'BP_AVATAR_DEFAULT_WIDTH', 1 );
Could I assign a custom class to the mystery man so I can hide with CSS? Currently there is only a user ID assigned and nothing specific to mystery man. Anyone able to help with that?