Forum Replies Created
- 
		
			
Reported here 
 https://buddypress.trac.wordpress.org/ticket/6746Update 3, correction: The crop did not work for files which contains -bpfull in his name. For example, if you download your avatar, and try to re-upload, the crop will not work. Update 3: The crop did not work with files with a wrong permission. Update 2: The Take Photo tab does not display in Chrome, but FF is fine. Update, we have installed GD library: gd GD Support enabled 
 GD Version bundled (2.1.0 compatible)
 FreeType Support enabled
 FreeType Linkage with freetype
 FreeType Version 2.4.8
 GIF Read Support enabled
 GIF Create Support enabled
 JPEG Support enabled
 libJPEG Version 8
 PNG Support enabled
 libPNG Version 1.5.24
 WBMP Support enabled
 XBM Support enabledDirective Local Value Master Value 
 gd.jpeg_ignore_warning 0 0A ticket was opened here if someone knows how to contribute: bp_core_is_multisite is deprecated. Use is_multisite. Hi @shanebp, @bowe, @modemlooper, could you help me? I found the cover filter (bp_attachments_cover_image_upload_dir) 
 but I have no idea how to start:https://buddypress.trac.wordpress.org/attachment/ticket/6591/6591.04.patch Any help is appreciated. Thank you, This is working for me: Add to wp-config.php: 
 define( 'BP_ENABLE_MULTIBLOG', true );Add to bp-custom.php (under plugins folder): /* 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/'; } 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"; } return $url; } add_filter('bp_core_avatar_url', 'nfm_bp_avatar_upload_url_correct', 1);But I am still having problems with the cover. Anyone? Thank you, Steve, worked for me. Thank you. To make the problem stop on IE8 
 Go to
 Tools > Internet Options > Advanced > uncheck “Show Friendly HTTP error messages”
 Then then group creation works fine.I have the same issue, with create a group, edit profile and view activity. Anyone? Hi, I am still having problem with broken links on IIS 7.0, WP 3.0.3, BP 1.2.6. 
 Specially activity, group creation and profile edit.
 When I use debug = true the pages load normally.
 I tried everything above.
 Anyone could help me with any new information?