Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Displaying a Global Album Activity Stream


jordashtalon
Member

@jordashtalon

Hey Ray,

I talked with Foxly and we got it working great, in case anyone comes across this post you can filter your Activity Stream to only show Album files with the following if statement.

if ( bp_has_activities( ‘action=bp_album_picture’) ) :

it’s the same as the class name of the activity outputted in the activity stream.

Skip to toolbar