Making bp_has_activities() have a global scope
-
Hi everyone,
This one should be fairly obvious but I’m missing something — so when I try to access bp_has_activities(); on the main page it retrieves activity for all users, which is what I’m looking for:
http://erniehsiung.com/8asians/However, when I go to a profile page, the sidebar function only shows activity for that particular user when I would like it to retain all members from the main page:
http://erniehsiung.com/8asians/members/admin/What are the parameters I should be pulling in? From the docs, it says that scope pulls out $bp->current_action, but that is an empty string on the front page, and the permutations of user_id or scope that I’ve tried doesn’t seem to do the trick either.
Thanks,
– Ernie
- The topic ‘Making bp_has_activities() have a global scope’ is closed to new replies.