Experimental project

This is a sandbox project, which contains experimental code for developer use only.

The Pass Node module allows a user to pass node data from context and use it as arguments for a view. In our implementation, we pass taxonomy terms through context into the view and base the contents of a view off the page it's currently in. This way, we can make sure the content in the view is relevant to the page it's featured on, and is different for every page (as different pages have different taxonomies). Currently supported fields are:

Taxonomy Term Name
Taxonomy Term ID
Author

However, producing your own plugin for the module is quite simple (in the event you want to employ your own arguments, such as node type or language-based content). If you want to use the Pass Node module with a different field/argument, a readme file is included with instructions.

Project information