I'm putting together a Drupal site for a writer. One content type "book" (different from the standard Drupal sense of the term), is for his books, including synopsis, cover image, ISBN etc. Another content type, "review", is for reviews of his books.
I want to set up a block view which only shows up on full-page book nodes, at the bottom of the page, which shows a table of reviews. And I want the view only to show relevant reviews. For example, when the node for "Book 1" is displayed, the block view should display only reviews of "Book 1".
I have all reviews categorised under the name of the book they are reviews of, and I can categories each of the books under its own name, if that's at all useful, but how do I display the view I want without having to hardcode a view for each book?
Comments
Comment #1
sunSorry, unfortunately this support request is way too specific. Please have a look at the issue queue - Views maintainers are buried already. You might want to try to get further support at http://drupal.org/support. Additionally, the answer to your question might be covered in the handbooks at http://drupal.org/handbook/modules/views already.
If you were able to solve this issue on your own in the meantime, you might want to add the involved steps to this closed issue, so other users searching for a similar solution might find it.
Comment #2
jim0203 commentedI couldn't find a solution myself, but did end up getting relatively close to what I wanted. See the screencast at http://si505.cms.si.umich.edu/node/37.