I have installed and configured as mentioned below, but now how do I make this view visible on product nodes? I don't see any blocks in blocks list.

Steps to make the view.

  • Lets call the view display_other_articles_with_same_taxonomy.
  • Add a display of type Node Content (available after enabling Views attach). This is a display just like block and page displays but with special ability of attaching itself to the node.

Make the following settings in the Node Content Display

Node content settings
Node types: [select the content types you are interested in seeing the list of nodes with same taxonomy term]
Build modes: Teaser, Full node
Arguments: token
Show title: No

You should select Use tokens from the node the view is attached to under Arguments. Let the token be [term-id] This is the "ID of top taxonomy term". This is very important!! Essentially you are going to be passing the taxonomy term of the node from the MyVocab (See http://groups.drupal.org/node/11788#comment-38332). If it has the lowest weight, the taxonomy vocabulary will be the first vocabulary in the taxonomy section of your node edit form. Add an argument Taxonomy: Term Id.

Add the fields you are interested in e.g. Node: Title. Make sure the Node: Title is made into a hyperlink by ticking Link this field to its Node

Comments

Anandyrh’s picture

Title: How to make it visible on product nodes? » How to make view visible on product nodes?
Anandyrh’s picture

Issue summary: View changes

cc