tags:

views:

84

answers:

3

I want to use a view to select nodes in a content type field. This view must receive an argument that is another field of the content type. Can someone explain me how to pass the argument from the field to the view?

Excuse my poor english

A: 

I believe you can use the argument validation to validate the argument, and at that point you are free to change the $handler->argument value before it is passed in to Views.

Kevin
A: 
Jergason
+1  A: 

You might be able to use http://drupal.org/project/views_arguments_extras

It will allow the argument of the view to come from a cck field.

Sid NoParrots
nice! that will help with "sidebar" block views for sure.
doublejosh

related questions