CCK
0 answers
Send cck node contents + file attachment via email automatically
Created by programmer
1 year 24 weeks ago Tags:
1 year 24 weeks ago Tags:
0 answers
Best way to dynamically add fields to a node
Created by programmer
1 year 25 weeks ago Tags:
1 year 25 weeks ago Tags:
0 answers
Huge PDF Database Help Needed
Created by programmer
1 year 25 weeks ago Tags:
1 year 25 weeks ago Tags:
0 answers
Put external (web service or REST) data into Drupal to be used and themed by CCK, Contemplate, and Views
context-sensitive embedded views
If you want to embed a view in a node type, it is quite likely that you will want to make it context sensitive.
For example, I have two node types: project and issue. In each Project node I want to display a list (view) of the Issues associated with that particular Project. So our 'context-node' is a Project and our 'listed-node' is an Issue.
The trick here is really the Argument Handling, but first :
Drupal: Argument Handling in Views
Add a textarea where we can put content to show up in a block beside a node
I want a column called 'adcolumn' which is hand-filled to show stuff relating to pages. A 1-1 relationship.
Create the Field
Enable Views and CCK and Text field