Most drupal node id root page related news are at:
drupal4u.blogspot.com
– Drupal 4 You
More drupal node id root page related news:
How to redirect a form in drupal arnelbornales.wordpress.com 25 Aug 2009 | 05:21 am
<?php function MODULENAME_form_alter(&$form, $form_state, $form_id){ global $user; switch ($form_id) { // This is our form ID. case ‘YOUR_NODE_FORM_ID’: // like page_node_form(for node/add/page) ...