Is there a different hook I can use to get the node_id of a NEW node that is submitted? function dc_project_management_form_bug_request_node_form_alter(&$form, &$form_state, $form_id)
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a site: http://phppointofsale.com/ It has 2 \"templates\" or types of pages. The Home Page/Contact Page/Downloads pages
How can I modify or pre-process the <body> tag to开发者_如何学运维 add the class body? I don\'t want to create a whole html.tpl.php just to add a class.In your theme\'s template.php file use the
I have the following nodes: Project milestones (field_collect开发者_运维问答ion) title due date etc..
In Drupal 6, my module had this next function which inserted a javascript to the footer of the page, but in Drupal 7, stuff have chan开发者_如何学编程ged. How can I do this next code in drupal 7?
Let\'s say I have this implementation of hook_menu(): function example_menu(){ $items = array(); $items[\'admin/recent-completions\'] = array(
开发者_高级运维I have a bugs view which shows all the bug content types. My questions is, how can I limit the view to only show bugs that have assigned_to equal to the logged in user?You can add a fil
I have an insert hook that catches nodes whenever the user adds a node. So here\'s my 开发者_如何学Pythoncode:
This seems like a very basic question, but I have been开发者_开发百科 googling around and can\'t get a good answer.