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

pshafer’s picture

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.

yaron24’s picture

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

Blueeeeie’s picture

Hi

I managed to get this working using the CCK Computed field (http://drupal.org/project/computed_field) module.

nimrod98’s picture

Do you have an example?