-
Christian Liem posted on the forum topic Avatars of member not showing in all blogs in the group How-To and Troubleshooting: 14 years, 1 month ago
We had this same issue with our installation. The problem is in bp_core_avatar_upload_path and bp_core_avatar_url functions located in bp-core/bp-core-avatars.php. For bp_core_avatar_upload_path I changed this line:
$upload_dir = WP_CONTENT_DIR . '/blogs.dir/' . BP_ROOT_BLOG . '/files/';
to:$upload_dir = WP_CONTENT_DIR . '/uploads';
For…[Read more] -
Christian Liem joined the group How-To and Troubleshooting 14 years, 1 month ago
@liemcc
Not recently active