Re: BP Album+ || New Features Requests and Discussion
Hey Foxly, I looked through those files:
bp-album-templatetags.php
sub-album-templatetags.php
sub-media-templatetags.php
sub-meta-templatetags.php
And the problem is that it seems almost like a redirect or something, the actual image is found in:
/wp-content/blogs.dir/1/files/album/12/filename.jpg
This function here bp_album_picture_url() for example returns:
/files/album/12/filename.jpg
From what i’ve tested this redirect (I don’t know how it works exactly) causes problems with certain PHP Scripts and I believe it will cause problems with Facebook and Digg Sharing as well.
Oh BTW Right Click + Save doesn’t work on the default BuddyPress Album Template because the hyperlinks hovering over the image itself blocks the users ability to save the image to their computer (unless of course they are a bit more computer savvy)
EDIT:
Actually it looks like a WordPress MU Issue:
see here: https://mu.wordpress.org/forums/topic/12397
the blogs.dir directory is set to “nobody users” group so that is what is causing problems with the script, anyone been able to fix that problem yet?