Top "Drupal-modules" questions

Drupal modules are add-ons for Drupal that allow you to extend, and customize Drupal functionality.

How to change Drupal user password programmatically?

We are going to deploy a Drupal site inside company's intranet. There is a requirement for user to reset password. …

drupal authentication drupal-modules
multiple frontpages in multiple languages

I 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-7
How to access form data in hook_form_validate() in drupal 7

I have a form implemented from hook_form called simplequiz_form() I want to access its data after submit below …

drupal drupal-7 drupal-modules
Drupal 7: Add Item to Admin Toolbar/Menu Programmatically

I'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-menu
How to get all the menu items below a certain parent in drupal 7?

I 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-modules
drupal module, check if node type

As a more specific take on this question: drupal jQuery 1.4 on specific pages How do I check, inside a module, …

drupal drupal-modules
Drupal 7 - query using BETWEEN not working

I have a query in Drupal 7 that is searching a custom table: $query5 = "SELECT COUNT(reservation_id) as rcount5, reservation_…

mysql drupal-7 drupal-modules
Create a view that displays node count?

Having trouble in views creating what seems like a very simple query. Display the number (count) of nodes of a …

drupal drupal-views drupal-modules
How to programatically disable regions on a drupal 7 page?

I am working on a module where i have a page that must have no regions or extra content. A …

drupal drupal-modules drupal-theming
drupal 7 new module install link don't show

When 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