I'm looking for a hook to use after a node of a specific content type is created or saved, to perform a redirection to a specific page.
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
In case of Drupal 6 hook_nodeapi() will help to perform on various actions, basing on the value of the first argument passed to the hook (
In Drupal 7 there is a number of hooks for this. |
||||
|
|
|
Form redirect after node save. This blog discusses the usually way of redirecting a form, the problem with node forms, and how to solve them for Drupal 6. I believe it should also work for Drupal 7 |
|||
|
|