Hi abysshorror!
Thanks for reply so fast
. I have tried your code and it doesn’t work, even I tried with && instead || but nothing. The problem is that using both ways, it only shows the first scope activitys, for example, using this:
if ( bp_has_activities( 'scope=friends' ) || bp_has_activities( 'scope=favorites' )) :
it only shows the friends activity. And there is another problem, if I use the code above, when I click on the load more link, it works, but showing the sames activities again and again.
Somebody knows how can I solve this? Thanks!