Closed (fixed)
Project:
Views attach
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
16 Feb 2009 at 00:00 UTC
Updated:
13 May 2009 at 21:30 UTC
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
Comment #1
Crell commentedI 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.
Comment #2
Sam Dark commentedYou can apply my patch from #399648: Allow to pass cck field values as arguments and use tokens for your CCK fields in arguments.
Comment #3
Crell commented