I add 1 CCK field and want edit this for any content(500 nodes). how to edit this nodes together?
Tnx.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.