Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Avatars of member not showing in all blogs


Alberto
Member

@overdrive

Hi! I’m having same issue. No avatars on blogs.

On main buddypress blog, avatars works great and their url’s are like this:
http://example.com/wp-content/uploads/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpg

On the other blogs, avatars aren’t displaying. Their url’s are like this:
http://example.com/files/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpg

My installation info:
WP: 3.0.3 (updated from a WP3.0)
BP: 1.2.6
Multisite & subdomains.

My .htaccess:
`# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]

# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
# END WordPress`

Is it fixed for next release of buddypress? or is there a patch that I could apply?

Thanks at all

Skip to toolbar