I would like to connect to the database from a Drupal 7 module. Currently I only have the query I want to run which is:
I\'m trying to find a good example or tutorial of how to include a content_taxonomy_autocomplete field within a custom Drupal module?开发者_运维知识库I haven\'t found anything like it... I\'ve found s
I have a module which adds a new content type. For this content type I want to supply a node_contenttype.tpl.php node type template,
I have a form with a drop-down \'select\' element that the user will sometimes need to add to. So, I added a link to open a Modal Frame form, created the Modal Frame form, and made its _submit() funct
Iniside a view, I h开发者_C百科ave a relationship set up between two tables: departments and employees.
I have made site on drupal My site has 7500 users and approx (20 to 50 without logged in)(2 to 10 logged in) users are online (and this is not heavy traffic I think)
I have a Drupal Module \'example\'. I have split the admin and client side functionality of the module into two include files example.admin.inc and example.pages.inc. I declared constants (d开发者_如何
i have installed notifications module. It was running fine but some how the records in \"nofitications_table\" are deleted
I try to pass or redirect 1 item from a \'form\', it\'s maybe not the best way to do by $_SESSION: But, my problem is that the session on the specific page is empty. I clarify my explanation with cod
This question already has answers here: Displaying similar nodes (3 answers) Closed 2 years ago. I a开发者_运维问答m implementing the recommendations for my website using drupal 7.This r