Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress and WordPress 3.0


Robert
Member

@gesdesites

One more test.

1- WordPress 2.9.2

a) New dir at wp-content > blogs.dir

b) Settings > Miscellaneous > Set uploads to blogs.dir and wrote the full uploads URL path

2- BuddyPress installation

a) Avatars didn’t show

b) Changed line 389 of bp-core-avatars.php to:

if ( !$path = get_option( ‘upload_path’ ) )

$path = WP_CONTENT_DIR . ‘/blogs.dir’;

else

$path = ABSPATH . $path;

c) It worked! At this point it was possible to upload, preview and crop the images.

3-Upgrade to WP 3.0 alpha using the Beta Tester plugin > Bleeding edge nightlies

a) The avatars have disappeared and in its place there’s the text “Avatar Image” and “Member Avatar”

b) No preview on crop

Skip to toolbar