Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is there any function preserved to extract da开发者_Python百科tabase configuration inside of my code, something like
I have created a custom module and am using hook_block to programmatically create some blocks. My question is how can I access field values including CCK fields for the current node within my module
I am building a Drupal module that (among other things) creates multiple nodes of type \'individual_match\' when a node of type \'team_match\' is created. A team_match is a collection of related indiv
Is there a module that allows me to log all the searches made on 开发者_如何转开发a view ? Thanks !I think you will need to write custom code to achieve that! I\'m assuming you know some basics about
Is ther开发者_JAVA技巧e any way that i can append my data into user global variable so i can access it on other pages?You have two options
I have a PDF burried in a module (sites/all/modules/mymodule/开发者_如何学运维pdf/userguide.pdf)....how do i make it a friendly url like (sitename.com/mymodule/userguide.pdf)?or in your module code ne
I am using form_alter to edit the submit function when editing content. In my custom function I wish to edit a custom message to the screen with the title name. I thought a way I could do this is some
I want to add a new item into an existing form. I have the ID of the form and I know I need to use hook form_alter but not sure how to add it.
Is there a module or a way to manage Drupal Message. I.e. THe message you see after creating content, e.g. \"Car listing 开发者_如何学Gotitled bla has been created\". I want a central point to control