Re: How can I set “Show NewBlogPosts” as default on acitivity-stream?
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