In a Drupal 7 (and Drupal 6?) system, what \"kicks off\" the hook calling process, or where are \"top level\" hook calls loca开发者_JAVA技巧ted?
What Ties a Drupal Hook to a Particular Module? 开发者_JAVA技巧In Drupal 7, every core module has an \"api\" file
Every time I create a ne开发者_JAVA技巧w forum using the API, the message: Created new forum blah blah
I am new to drupal. And want to customize drupal registration form.In that form i have added some field from profile module. Now i want to add radio buttonand on submitting it should go to paypal to p
Hi I\'m using the Jobsearch module to build a recruitment site in Drupal 6. By default it sends applications to the email address of the user who posted the job. My problem is all jobs will be posted
I have a module with four node types declared. My problem is, hook_load, hook_view is never called. I used drupal_set_message to find out if certain hook is being called. And I found out hook_load, ho
I am initializing a number of items via hook_menu (Drupal 6) ... $items[\'webtv/block/%/playlist/edit/%\'] = array(
When submitting a message in my site-wide contact form in Drupal 6.x I get the following message alongthe top of every message:
I want to be able to upgrade user\'s permission after the order status shows complete. I figured out that I should use hook_开发者_如何转开发order hook in order to achieve that. But how do I get to
Drupal 6.x I have this module that manages four different content types. For that matter, how do I define permission for each content within the same module? Is that even possible? I can\'t figure ou