Hi,
I have a CCK type called "story-resource". There's lots of those. I also have an overview page that's supposed to list just a couple of hand-picked items. How can I accomplish this? I'm using views and I've so far thought of two ways:
1) On each story-resource, have a checkbox called "listed_on_overview". I've tried this and it works. However, I think it's a clunky solution for my client. You'd want to have all administration on the overview page, you don't want to go into each individual resource and check/uncheck the button. This is more of a contingency plan than a solution.
2) Have a multiple-value node reference field called "Highlighted resources" on the overview page. This is a rather elegant solution since it enables editors to just ctrl-select the resources they like from a list. HOWEVER, I can't get the views module to understand which ones have been selected.
Can anyone help? I need a views filter that will respect the selections on my overview page.