Hello,
In addition to the view/block which shows the Latest Status Updates, I am interested in a view/block which show the Latest Status Updates of each user. In other words it will show all the users, and display their latest status updates.
With the current view/block, you can get a view such as:
* User 1: status message...
* User 2: status message...
* User 2: status message...
* User 2: status message...
* User 1: status message...
* User 3: status message...
Etc.
I am looking for this view/block:
* User 1: status message...
* User 2: status message...
* User 3: status message...
* User 4: status message...
* User 5: status message...
* User 6: status message...
Etc.
Any help would be appreciated!
Comments
Comment #1
icecreamyou commentedPlease read the documentation before posting an issue.
FBSS provides a filter for Views to allow the stream you're suggesting.