Skip to:
Content
Pages
Categories
Search
Top
Bottom

Filtering activity loop


  • ultimateuser
    Participant

    @ultimateuser

    I’m running WP 3.6 with BP 1.8.1

    I’d like my activity stream only to contain:

    – ‘Joined a group’ (but not ‘Created a group’)
    – ‘Posted a status update’ (but not ‘Replied to a status update’)

    So far I added this to my activity-loop.php:

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&object=groups,status' ) ) : ?>
    

    This works, but how can I also leave out ‘Created a group’ and ‘Replied to a status update’ from the stream?

    Thanks!

  • The topic ‘Filtering activity loop’ is closed to new replies.
Skip to toolbar