By pshafer on
I have a few questions here:
1.) Using views, is there any way that I can create a page table view and create a custom link field.
I'm trying to do a simple Parent->Child 1 relationship with some node types.
The parent node can have multiple child nodes.
In the table view I want to provide a link to another administrative view for the child nodes which takes an argument for the parent node id.
Has anyone done this before?
Comments
only one question
Ok, it was only one question because I figured out what I needed to do for the additional questions as I was typing the first one.
I have the same
I have the same problem!
Joining the question...
I want to add a field with a link to add a child to the specific node.
Using drupal 6 with node node hierarchy module.
-- Yaron
Hi I managed to get this
Hi
I managed to get this working using the CCK Computed field (http://drupal.org/project/computed_field) module.
Do you have an example?
Do you have an example?