drupal-hooks
Where is Drupal's Module Hook Calling Started?
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?[详细]
2023-02-10 16:29 分类:问答What Ties a Drupal Hook to a Particular Module?
What Ties a Drupal Hook to a Particular Module? 开发者_JAVA技巧In Drupal 7, every core module has an \"api\" file[详细]
2023-02-10 06:45 分类:问答Hide the "Created new forum XXX" message in Drupal
Every time I create a ne开发者_JAVA技巧w forum using the API, the message: Created new forum blah blah[详细]
2023-02-05 18:17 分类:问答hooks for registration form in drupal
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[详细]
2023-02-03 19:30 分类:问答Get email from Drupal CCK field and send mail using drupal_mail
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[详细]
2023-01-31 19:14 分类:问答hook_load/hook_view not called
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[详细]
2023-01-13 07:05 分类:问答hook_menu() - an unexpected behaviour (longer path issue)
I am initializing a number of items via hook_menu (Drupal 6) ... $items[\'webtv/block/%/playlist/edit/%\'] = array([详细]
2023-01-11 00:59 分类:问答Drupal: Edit email template from contact form
When submitting a message in my site-wide contact form in Drupal 6.x I get the following message alongthe top of every message:[详细]
2023-01-09 22:05 分类:问答drupal :: order complete hook and upgrade user permission/roles
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[详细]
2023-01-07 08:01 分类:问答Hook perm for more than one content type
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[详细]
2023-01-03 00:24 分类:问答