Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/27/2009 03:58:51 PM (16 years ago)
Author:
apeatling
Message:

Updated site wide activity widget. Added new AJAX functionality along with more powerful filtering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r2138 r2147  
    156156        $filter = array( 'object' => $_GET['afilter'] );
    157157    else
    158         $filter = array( 'object' => $object, 'action' => $action, 'primary_id' => $primary_id, 'secondary_id' => $secondary_id );
     158        $filter = array( 'user_id' => $user_id, 'object' => $object, 'action' => $action, 'primary_id' => $primary_id, 'secondary_id' => $secondary_id );
    159159
    160160    $activities_template = new BP_Activity_Template( $type, $user_id, $per_page, $max, $include, $sort, $filter, $search_terms, $display_comments, $show_hidden );
Note: See TracChangeset for help on using the changeset viewer.