Fixing the Multisite and BuddyPress Avatar Problem
There is a bug with WordPress Multisite and Buddypress that does not allow for member avatars to translate over to other Blogs on a Multisite network. This is both lame and frustrating, but here’s an easy fix:
Look in your wp-content/plugins folder for a file called bp-custom.php. This is not to be confused with the bp-custom.php file in your Theme folder. They are separate.
If you do not have a bp-custom.php file in your plugins folder, create one with a text editor.
Place this in bp-custom.php:
That’s it! Upload it to wp-content/plugins and you’re done. Enjoy.
Looking for quality BuddyPress hosting? We will guide you through all the available hosting options and help you find the best webhost for your next BuddyPress project!
Hey, nice snippet! Thank you!
Great fix,
but sorry i test it and not work fine on my instalation on WPMU 3.04 whith bp 1.2.7.
I test it whith Bp-default theme and a BP-Default Member Blog, with the same result, no load the avatar images.
¿Anybody same?
I tried it too, and they still aren’t showing on the main blog.
WP 3.1 Multisite + BP 1.2.8
My fix to the problem was to:
1. Set the ‘upload_url_path’ to the (relative) upload path, and
2. in ‘bp-core-avatars.php’ change the ‘upload_path’ to ‘upload_url_path’ (line 570 or so)
That’s it.
Alaakzaaminformation found, problem solved, thanks!
You’re welcome my friend!
N4C4zr mddsbipnfaab
Hallo Macher,
Deine Seite ist nur über Fehlerbeseitigung erreichbar, da anti-virus.cloudflare sich einhakt,
auch wenn der Rechner definitiv nicht mit Sicherheitsproblemen behaftet ist. Fehlende Cookies werden auch dann “angemeckert”, wenn sie längst auf dem Rechner sind. Der Zugang über Captcha ist ebenfalls nicht machbar, da der Request Access -Button nichts auslöst. Was ist zu tun? Grüße – US
If you had installed WP-Framework theme using BuddyPress plugin then please check the below url:
http://devpress.com/forums/topics/trouble-with-avatars/
Great! worked like a charm!