| 1 |
// $Id$
|
| 2 |
|
| 3 |
Note1: This module requires content.module, nodereference.module
|
| 4 |
and form_restore.module
|
| 5 |
|
| 6 |
Note2: Please read CCK documentation (http://drupal.org/node/62459)
|
| 7 |
if You are not familiar with CCK and nodereference fields.
|
| 8 |
|
| 9 |
Note3: This is my first project so please feel free to point me
|
| 10 |
to my mistakes, I'll fix it as soon as possible.
|
| 11 |
And sorry for my bad English, I'm not sure that You'r Russian
|
| 12 |
is better ;-P
|
| 13 |
|
| 14 |
This module adds the ability to reference non-existing (new) nodes
|
| 15 |
right from nodereference field when You add or edit the node.
|
| 16 |
It uses a simple workflow and supports for multi-step chained
|
| 17 |
nodes creation - if the content type of new node have nodereference
|
| 18 |
fields it is possible to add and reference from it and so on
|
| 19 |
(up to 10 steps now supported).
|
| 20 |
|
| 21 |
After submit new node You will be returned to the previous (still
|
| 22 |
not submitted) form with all values You have filled before
|
| 23 |
and (of coarse) with just added node in the field where 'Add new...'
|
| 24 |
button has been pressed.
|
| 25 |
|