Working on site development using Drupal. Using View module also. I did defined severar node\'s fields I need to show on View layout. My problem i开发者_开发技巧s that all those are displayed if visi
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a drupal module that requires other files from the web. Is开发者_运维知识库 it possible for the module to download these files as its being activated?The Drupal Way is to the use the File Inter
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
One of my developers wanted to override some functiona开发者_开发问答lity of the core user module. He made a copy of the core user module and placed it in the sites/all/modules folder. Something in th
What is the difference between $form[\'#submit\'] and $form[\'#开发者_运维知识库after_build\']?The api docs lay this out fairly well. $form[\'#submit\'] will add an array of submit handlers to your fo
I\'ve a custom form (created with form API) that need send an uploaded file by email. The current form submit handler sends the email without attachment using drupal_mail().
I woul开发者_开发问答d like to separate administrator menus (the menus that appear after login as admin) from normal menus. I have to show admin menus in some other blocks. I don\'t like to use any mo
I upgraded a module from 5 to 6. I only have one problem: I can access the settings page for it, but can not see the contents of it.
Fo开发者_如何学Cr some requirement I need to pass additional information to form submit handler. In form api, while defining custom submit handler as