Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,000
- How-to & Troubleshooting
- 129,531
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
ok i got my hands dirty and went in.. went in deeep !
Found out that multiple args are in fact supported. I used the following query with the function @boone provided above to show only activity updates and new members
$query_string .= ‘&type=activity_update,new_member&action=activity_update,new_member’;
Now i dont know what exactly is “type” so i just duplicated whats on “action” to it as i couldn’t find any reference to it in the code or maybe i missed it?
Hope this help some one
Thanks