Re: Missing avatars with WP3.0 & BP1.2.5
So the wp-config.php hack found here does not work:
// BP AVATAR HACK
define('BP_AVATAR_URL','http://'.$_SERVER.'/wp-content/uploads');
define('BP_AVATAR_UPLOAD_PATH',$_SERVER.'/wp-content/uploads');
So the wp-config.php hack found here does not work:
// BP AVATAR HACK
define('BP_AVATAR_URL','http://'.$_SERVER.'/wp-content/uploads');
define('BP_AVATAR_UPLOAD_PATH',$_SERVER.'/wp-content/uploads');