By Mark Nielsen on
I'm using Drupal, Views and Organic Groups, and I'm trying to build a view that shows all of the Groups on my site, and lists the most recent three stories under each group. Something like this:
- Group one
- Story one
- Story two
- Story three
- Group two
- Story one
- Story two
- Story three
- etc...
I have so far managed to use relationships to bring in both the Story node titles and the Group node titles, and group Stories by Group. The problem is that what I've done shows all the Stories on the site (potentially hundreds). I don't know how to limit the number of Stories shown for each group.
Is what I'm looking for possible?
Cheers :)