I need to be able to create a page which will allow me to edit multiple nodes in a bulk fashion. I need to filter the list of nodes by node type and CCK field values, and then update all the nodes to set a certain value in a certain field. There is the editview module which comes close to this--it adds the ability to create Views which have editable forms for each node, but you can only edit one node at a time and this module is only for Drupal 5 and I need it for 6.
Is anyone aware of any such tool which does what I need? If not, we will have our programmer build it I think.
Thanks.
Maybe try views bulk operations.
2009/1/25, Fred Jones fredthejonester@gmail.com:
I need to be able to create a page which will allow me to edit multiple nodes in a bulk fashion. I need to filter the list of nodes by node type and CCK field values, and then update all the nodes to set a certain value in a certain field. There is the editview module which comes close to this--it adds the ability to create Views which have editable forms for each node, but you can only edit one node at a time and this module is only for Drupal 5 and I need it for 6.
Is anyone aware of any such tool which does what I need? If not, we will have our programmer build it I think.
Thanks.
[ Drupal support list | http://lists.drupal.org/ ]
Maybe try views bulk operations.
Thank you. I see now that that module may be able to handle it. I am also evaluating http://drupal.org/project/editablefields
Thanks!