multi_node_add 8.x-1.0-alpha1

This alpha release is for those, who'd like to participate in the development of the Drupal 8 version, it's not recommended for any real-world use due to counter-intuitive user interface at the current status.

Basic node creation for simple content-types should work via the Multi Node Add forms.

multi_node_add 7.x-1.0-beta3

Bug fixes
  • more robust prepopulating of values
  • fixed ajax calls inside the inline forms

multi_node_add 7.x-1.0-beta2

New features
Bug fixes

Changes since -beta1:

  • Added the ability of copying form values from the first form to the other ones (also known as 'prepopulate') to speed up inserting data where the nodes have common parts
  • Added link to the created node on the result page that opens in new window
  • Fixed bugs and refactored code related to setting the height of the iFrames to show all their content without scrolling
  • Bug fix related to underscores in the name of content-types
  • Better JS form validation

Known issues:

multi_node_add 7.x-1.0-beta1

This is the first release of the 7.x branch. Basic AJAX fileupload is tested, validation errors, redirection is tested.

Known issues:

  • More complex widgets like date widget can break the in-line layout for the fields

multi_node_add 6.x-1.0-beta3

New features
Bug fixes
  • Ability to create shortcut URL to skip first step
  • Do not let the user to not select any fields (resulted in a PHP error)
  • Fixed permission issue, do not expose log, revision, etc to users without administer nodes perm
  • Little wording improvement by seehaw
  • Fill comment default configuration

multi_node_add 6.x-1.0-beta2

Bug fixes

Fixed:
* if the author field is not selected, the module did not set the author at all (now it's the currently logged user)
* more robust JS code for frame resizing

Improved README, explaining the permissions.

multi_node_add 6.x-1.0-beta1

Main functionality:
Creates multiple nodes from one page
Possible to create the nodes one-by-one, so you can reference them for example in a nodereference field
Possible to create the nodes with one submit button
Possible to add more node forms on the fly
Possible to choose which fields to you want to fill , it's useful when the content-type has many, non-required fields.

Subscribe with RSS Subscribe to Releases for Multi Node Add