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

dman’s picture

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/ |

soujanyaabasana’s picture

Where can i find the action module?kindly specify the path of it.

soujanyaabasana’s picture

Where can i find the action module?kindly specify the path of it.

dman’s picture

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/ |

alan d.’s picture

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
soujanyaabasana’s picture

how do i install the workflow-ng?What is the procedure for it?

WorldFallz’s picture

you must be kidding--

  1. try the README.txt file for it.
  2. Documentation -> Getting Started -> Drupal 5 -> Installing Modules and Themes
  3. http://drupal.org/node/316641#comment-1041960

===
"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

lipinponmala007’s picture

if you are creating a module for it , in your yourmodulename.module file put

function yourmodulename_cron(){
//the action you want to make
}