Re: BP Album+ || New Features Requests and Discussion
@Travel-Junkie – Yes, we think it’s pretty cool as well.
With regards to re-writing the code you’re contributing for image embedding in blog posts, yes go ahead and do that. We’re probably not doing the code merge for the 0.1.7 release until Saturday.
If you want to include a shortcode embed function that lets users embed other people’s images, please include the following algorithm in that block of code:
$test = bp_album_get_system_tag(‘user_id’, ‘image_id’, ‘@noembed’);
if ($test == false)
{allow image use}
else
{do not allow image use}
Thanks!
^F^