Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Why doesn’t this activity stream array work to show only activities from certain members? (3 posts)

Started 9 months, 2 weeks ago by: gregfielding

  • Profile picture of gregfielding gregfielding said 9 months, 2 weeks ago:

    <?php if ( bp_has_activities(array ( 'user_id=1', 'user_id=6843' )) ) : ?>

  • Profile picture of Tammie Lister karmatosed said 9 months, 2 weeks ago:

    Not tried it but using usual WordPress function logic wouldn’t user_id=1,6843 work?

  • Profile picture of gregfielding gregfielding said 9 months, 2 weeks ago:

    Works. Thanks!