Re: No avatars in internet explorer 8 but appear in firefox
Your avatar URLs appear to be missing the leading “http:”. I think I remember reading about this bug before.
You can temporarily fix this by defining your BP_CUSTOM_URL in wp-config.php to:
define( ‘BP_AVATAR_URL’, ‘http:///nijmegeneet.nl/club/wp-content/uploads’ );
I did this and as you can see there are three backslashes in the code. Hence the 3 backslashes in the url which was causing the avatars not to upload on IE 8. PROBLEM SOLVED! 