What I have:
CCK fields at my node: $field_test_1, $field_test_2, $field_test_3.

What I need:
I need to show views output under my main node text with views arguments: "db/$field_test_1/$fielld_test_2/$field_test_3".

--

I didn't understand how to do such thing with that module :(.

Comments

Crell’s picture

I have no idea what you're talking about, so I can't help you. In general, you filter the view by passing in a nid or uid as an argument to either a Node:nid field or to a nodereference field, and then building your view out around that. Most questions about this module boil down to not understanding how to use arguments, which is not really an issue of this module.

Sam Dark’s picture

You can apply my patch from #399648: Allow to pass cck field values as arguments and use tokens for your CCK fields in arguments.

Crell’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.