CCK

0 answers

Warn users when a CCK field changes

Read more »

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