Once it’s running.
Started 1 year, 10 months ago by: Stef
Is it possible to use the member ID and filter all it’s activity? So that everthing this user does.. that the activity stream isn’t showing anything of it?
Check out this post by Rich: http://blog.etiviti.com/2010/03/buddypress-hack-remove-non-friend-updates-from-the-activity-stream/ You’ll want to change line 10 to be something like if ( $activity->user_id == $filtered_user_id ) (or use in_array if you have a number of users whose content you want to filter).
if ( $activity->user_id == $filtered_user_id )
Not a perfect solution – it’ll screw up some of your page numbering if you filter out too much – but it’s good for filtering out the occasional item from a particular item.
Existing and new plugins/components and themes.
Show off your BuddyPress powered sites.
Problems with getting it running.
Discuss translating BuddyPress
Everything else.
Feature requests; criticism.
Post your add-ons here.
To start connecting please log in first.
Remember Me
Think you've found a bug with the software? Please report it here (use the same login credentials).