Hi,

I'm trying to get my head around, pretty stuck and would appreciate advise please ..

I want users to be able to add a press release (content type 'article'), then redirect to another page where they can upload an image to the press release.

Basically put the user through different pages to complete the press release.

Page 1. Choose a Category
Page 2. Add Title and Body
Page 3. Add an Image
Complete

In the Case using Rules:

With rules created a redirect to 'add image' which is a content type, but it creates a new node and does not add it to the original press release.

For Drupal 6.x, how would I go about creating a 'path' for users to add the press release? If I got this down, then will be able to do that will all the content types :)

Is this to be done with Rules, Page Route or Workflow?

Look so forward to any reply, and thank you.
Lilian

Comments

fago’s picture

Status: Active » Fixed

Both modules provide a ready solution for that - I've planned something like that though. In the meanwhile you might get it going by passing a GET parameter and setting a nodereference with the GET parameter. It's not easy though.

Whether your pick up rules or pageroute mainly influences the UI, e.g. if you need the possibility to go back use pageroute.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.