hello,

i'm searching for a module that allow me to create more than node in one forms...

when i go to node/add i want it to contain more than field to title, and more than body also more than path setting and...

it's very helpfull for those how developp a school web site because it's very difficult to go to node/add (n times) for (n student)...

Comments

mooffie’s picture

it's very difficult to go to node/add (n times) for (n student)...

1. I've heard you can use the "Table Wizard" module to import CSV files (CSV = comma-separated values) into Drupal, and then, using the "Migrate" module, you can turn it into nodes. See either of these modules for a link to Angie's tutorial. (Other modules that do import.)

2. Perhaps the "Editview" module can help you. I haven't tried it but the project page says "and new nodes can be created. Editview uses AJAX to speed things up".