Ok i somehow managed to fix this. Hours of trying to solve this, and i do tight after i post here :p I placed this code in both sites functions.php:
/* This fixes the MULTIBLOG avatar problem */
function nfm_bp_avtar_upload_path_correct($path){
if ( bp_core_is_multisite() ){
// $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, 'upload_path' );
$path = ABSPATH . 'wp-content/uploads/sites/2/';
}
return $path;
}
add_filter('bp_core_avatar_upload_path', 'nfm_bp_avtar_upload_path_correct', 1);
function nfm_bp_avatar_upload_url_correct($url){
if ( bp_core_is_multisite() ){
$url = get_blog_option( BP_ROOT_BLOG, 'siteurl' ) . "/wp-content/uploads/sites/2";
}
return $url;
}
add_filter('bp_core_avatar_url', 'nfm_bp_avatar_upload_url_correct', 1);
Changed the path to where my sub site stores the avatars.
Nice site.
Where did you get the skin for the forum, especially the main list, it looks great. Is that default bbPress page within Sweetdate?
Hi! Sorry for the late reply. Its the default from start yeah, but i change up a lot of the design on my own.
Thanks – I especially like the speech bubbles on the left of the forum, and the shaded boxes. I will look into sweetdate next time for a social site.
Hello
I have been thinking more about sweetdate but it does not seem to be responsive on my mobile.
I wanted to test your site on my mobile, but it seems your community and forum links might be dead. Did you abandon buddypress and / or sweetdate themes?
Brian.