Group Mods

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

How to isolate activity by primary id & category? (3 posts)

Started 1 year, 6 months ago by: Nahum

  • Profile picture of Nahum Nahum said 1 year, 6 months ago:

    Trying to isolate activity to archive category pages on a secondary blog. something like….

    bp_has_activities( ‘primary_id=352&action=new_blog_post,new_blog_comment&category=’. $current_category) )

    Anyone seen any tutorial on this or can lend some ideas of how include that category element so that the activity only shows blog activity by category. Does it involve the secondary_id filter? (secondary_id=’.$category->cat_ID)

  • Profile picture of rich! @ etiviti rich! @ etiviti said 1 year, 6 months ago:

    category information is not stored in the activity stream (just blog_id and post_id)

  • Profile picture of Patrik Patrik said 1 year, 6 months ago:

    This is something I need aswell, I’m trying to make it possible for users to follow tags that interests them.
    Are there really no way to do that?