开发者

Multiple content creation on a single page in Drupal

I want to allow the user to create 10 content nodes on a single page instead of clicking on "add a new node each" time. T开发者_如何学JAVAhis is just to save the users time when he/she wants to create 80 nodes at one time.

Is there any such module which supports this functionality or will I need to write a module for my own?


The first module I can think of (reading your description) is Nodes, which is described using the following text:

The Nodes module allows a user to edit multiple nodes at once. The module provides a simple table layout, similar to Editview, so that multiple nodes can be seen at once, and quickly and easily edited.

Changes to a node are done using AJAX like calls, so that as each field is edited, it is changed on the live version of the node. This means that any edits that take place are not submitted in bulk, and therefore any problems that arise as editing takes place can be dealt with on a field by field basis.

Unfortunately, the project doesn't have any public release.

Editview, referred in the description, is a Views plugin that allows to create a view where all the listed nodes are editable.

Other modules you can find on drupal.org are:

  • Mass Content Creator
  • Node Repeat, which allows to create duplicates/clones of nodes
  • Multiple Node Add


Slickgrid can be used for this purpose.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜