I'm currently using the Drigg module as the core for running a social news site, and have moderation in place.

When I approve say 10 nodes (that get promoted to the front page instantly), it shows "made popular 1 min ago" and then the next one says "made popular 3 mins ago" and so on. I'd like all of them to be made popular at the same time - based on *when* the node was approved. So if I approve all the nodes at once, then all of them would be "made popular 1 min ago."

Any ideas how I would go about doing that?

Thanks in advance everyone :)

Comments

pwolanin’s picture

you should be able to exploit the existing hooks by writing a small custom module:

  module_invoke_all("modr8_action", $op, $nid);