Hi,

On my site I implemented hook_cron and define a function that update nodes of a certain type. For example my CCK node has a field field_picture_link and when running cron I want to set a value for that field. Also I want to update the node description and title.

Is there another way of doing this instead of manually writing in the database tables?

Thanks,
Radu

Comments

Yorgg’s picture

Do you mean when you edit/change the content type, the previous nodes of the type do not get updated?
I don't think it is post installation only, maybe have a look at Corresponding node references module: http://drupal.org/project/cnr

Either way I am subscribing