Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,019
- How-to & Troubleshooting
- 129,644
- Creating & Extending
- 25,793
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,180
-
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' );
See if that works.