Closed (won't fix)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2009 at 00:38 UTC
Updated:
20 Feb 2009 at 15:21 UTC
Hi,
Thanks for this wonderful module.
I am using views and computed cck. So I need a way to update(save) nodes frequently(To reflect changes). I know , using this module we can bulk update(save) nodes.
Is there a way, like on running cron, my nodes gets updated? Instead of manually submitting "save".
Comments
Comment #1
infojunkieNot sure what you mean exactly but try Job queue module.
Comment #2
vikramy commentedThanks for replying me back.
Well, I basically want "Save post (node_save_action)" to happen after every cron run.
Comment #3
infojunkieI'm not aware of any module that lets you specify actions to be executed at each cron run. You could create a simple module that implements hook_cron() and that does this. I don't think VBO would be of help though.
Comment #4
vikramy commentedThanks a lot .