drupal - Hook called before to delete a node -


i'm writing custom module, , checks before node deleted. there hook gets trigerred before node deleted? , there way somehow prevent deletion? btw, i'm using drupal6

you can use hook_menu_alter point menu callback node/%node/delete own function. function can whatever checks want , present node_delete_confirm form if checks pass.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -