By soujanyaabasana on
I have run the cron.php but i want to know what is the check point for it .
If i want to schedule a task like as soon as content is created the administartor should get a email please specify the steps so that how should i configure that in cron.php.
Comments
try "actions"
That's not a cron job. Cron runs on a schedule.
You want to look at "actions" module which acts upon trigger events.
.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Where can i find the action
Where can i find the action module?kindly specify the path of it.
click download on top right of this page > modules
http://drupal.org/project/actions
Where can i find the action
Where can i find the action module?kindly specify the path of it.
Schedule some training time.
Please ask your local computer support professional to give you a tutorial on how to search for the words "actions" and "module" in the drupal search box.
.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Also try workflow-ng
For advanced workflow issues, type "workflow ng" into the search downloads block and have a look at the first link
Alan Davison
www.caignwebs.com.au
Alan Davison
how do i install the
how do i install the workflow-ng?What is the procedure for it?
you must be kidding-- try
you must be kidding--
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
hook_cron()
if you are creating a module for it , in your yourmodulename.module file put