The way the stream filtering works by default, it's great for most majority of user cases. but sometimes we need to achieve a little different "filtering" algorithm.
Currently the stream filters are segregated in such way that we have.
1. Filter "all stuff" (show all items from all "apps") by "Everyone" , "Followers" or "Me & My Friends"
2. Filter only stuff from a specific app. And here, the "blog" app will filter only my items

(unless it's a bug)
So, there is no currently way, as far as i can see ... to have a "combined" filtering scenario.
Basically we should be able to filter EACH app based on the "Everyone/Followers/Me&My Friends" scenarios.
Another thing i need is the posibillity to "custom combine" the filters
1. Define the "who" filter (Everyone,Followers, Me & My friends)
2. Define the "what" filter (what apps to include / exclude from the results)
This will allow to create such awesome custom filtering capability. We can set-up the filters in our own way.
For example
1. Filter 1 - Show all Blog items for "Followers"
2. Filter 2 - Show all Activity for "Followers" (display only "komento" items, "profile update" and so on)
Another way to summarize this is ...
* create filters based on this algorithm
Filter items for {app array here: app1,app2,app3 or ... "all apps"} posted by {Everyone, or Followers, or Me & My Friends}
You get the point ...
So, is there any way to achieve this "custom combined" filtering ? Any way to do it within templates override ? (maybe you guys have some hidden magic within EasySocial api that allows this)
Thanks !