Drupal modules are add-ons for Drupal that allow you to extend, and customize Drupal functionality.
We are going to deploy a Drupal site inside company's intranet. There is a requirement for user to reset password. …
drupal authentication drupal-modulesI have a Drupal 7 multi-language(3) website. I have installed the Internationalization (7.x-1.0-beta2) module. I have created for each language …
drupal internationalization drupal-modules multilingual drupal-7I have a form implemented from hook_form called simplequiz_form() I want to access its data after submit below …
drupal drupal-7 drupal-modulesI'm building a fairly involved module for my company with a number of different configuration pages. I'd like there to …
drupal drupal-7 drupal-modules hook-menuI am currently working on a module that finds out the parent menu item by url path then displays the …
php drupal module drupal-7 drupal-modulesAs a more specific take on this question: drupal jQuery 1.4 on specific pages How do I check, inside a module, …
drupal drupal-modulesI have a query in Drupal 7 that is searching a custom table: $query5 = "SELECT COUNT(reservation_id) as rcount5, reservation_…
mysql drupal-7 drupal-modulesHaving trouble in views creating what seems like a very simple query. Display the number (count) of nodes of a …
drupal drupal-views drupal-modulesI am working on a module where i have a page that must have no regions or extra content. A …
drupal drupal-modules drupal-themingWhen i go to modules tab i can't find "new module install" link Please tell me how to view this …
php drupal drupal-7 drupal-modules