I'm wondering if there is a way to filter the page that displays the submission results. (node/*/results)
Specifically, I'd like to filter it so only some users' submissions show. So based on who the current user is, they would see a filtered list of submissions, not all submissions.
Or maybe there's a way to modify this page to show more than just the current user's submissions.
(node/*/submissions)
If it would be possible to pass that page an array of the users (instead of just the current uid) that would go a long way to creating this.
Thanks
Comments
Comment #1
quicksketchThis is now possible in the 3.x version with the Views integration. Work is no longer being done on the 2.x version however, so you'll need to have Drupal 6 at least to gain this functionality.