help: get context from view?
Hello. I'm relatively new to Drupal and seeking some advice on working with Panels/contexts and a node reference relationship.
I have an Article content type that has a required node reference field, which points back to an Issue (thus an Issue has many Articles). I was happy to discover that using Panels module's Node template and context, I can apply a "template" to all my Issue items that passes the Issue node ID as an argument to a view/block that retrieves a list of the Issue's "child" Articles. Cool stuff.
Read morehelp: node reference / getting context from block
Hello. I'm relatively new to Drupal and seeking some advice on working with a node reference field.
I have an Article content type that has a required node reference field, which points back to an Issue. I was happy to discover that using Panels module's Node template and context, I can apply a "template" to all my Issue items that passes the Issue node ID as an argument to a view/block that retrieves a list of the Issue's "child" Articles. Cool stuff.
Read more