Active
Project:
Translation Overview
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2009 at 13:06 UTC
Updated:
13 Jan 2010 at 19:43 UTC
Is is possible to send mail notification based on the overview table about pending translations(like a weekly synopsis). Can this be achieved using triggers-actions or some other module.
Comments
Comment #1
drewish commentedHumm, that would be a pretty cool feature but I can't think of a simple way to do that. I don't have the time or the funding to take it on myself. If anyone would be interested in working on it I'd be very happy to review patches.
Comment #2
kle commentedMaybe this "wonder"-Module will help: Rules
(untested)
Comment #3
drupaledmonk commentedI achieved it using actions and triggers also using tokens(tokenized email). The trigger I used is node being published and the action used is a tokenized email with the url that triggered this action. Thanks a lot for your reply kle. The email is sent to a group of translators using http://drupal.org/node/435726 .
Comment #4
drewish commentedMind a quick write up of what you did in case anyone else needs it in the future?