I wonder if the following is possible. If so, direction on how to configure it would be most appreciated. I've spent a few hours on it so I've given it the old college try.
1. To create a Views content pane display that lists the nodequeues for a user, using an argument of the UID from the URL
2. To create a Views content pane display that lists only subqueues from a nodequeue per user created by default for each user. Suppose, for example, a "Products" nodequeue per user exists for every user as well as a "Favorite Articles" nodequeue per user. One Views display should display Products subqueue title links to the subqueue the user created, like "My Favorite Software" and "Kitchen Gear I Recommend." In this example, the first Views content pane should show a list of two subqueues, under a heading "Products," when looking at that user's profile:
Products:
- My Favorite Software
- Kitchen Gear I Recommend
While elsewhere in the profile, a second Views content pane display should show only the subqueues the user created in the "Favorite Articles" nodequeue.
Favorite Articles:
- My favorite skydiving stories
- Cooking articles I like
It seems like the views integration for this module should support that in theory, but I am having no success getting Views created that do this.
Comments
Comment #1
cposer commentedPush - I have the same problem. We created a Wiki and now want to give our users the opportunity to create a "my favourite articles"-list which should be displayed in the sidebar.
Any solutions?