2

I add 1 CCK field and want edit this for any content(500 nodes). how to edit this nodes together?

Tnx.

MJH
  • 653
  • 2
  • 14
  • 36

1 Answers1

3

If you are familiar with developing modules, you can create a custom module to define an action and then use the the Views Bulk Operations module to run that action on a particular set of nodes.

If you need or want to perform the edits manually (say, if each node needed a unique value), the editablefields module might be better.

Matt V.
  • 9,703
  • 10
  • 35
  • 56
  • i installed editablefields but for example when upload file to edit,node dont not edit!! – MJH Jan 28 '11 at 19:49