Re: default sitewide activity
Hi
Just pass the scope in the loop:
if ( bp_has_activities( ‘scope=friends’ ) )
I used to do
if ( bp_has_activities( ‘type=friends&max=10’ ) )
however sind BP 1.2 there are quite a few changes in how the activities work and I haven’t gotten my head around them yet completely..