Top "Drupal-7" questions

Drupal 7 is the Drupal version that was officially released on January 5, 2011.

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
Reading node field values in drupal7 programmatically

I am looking for the best way to get a field value from a node id. My actually code works …

drupal drupal-7 drupal-fields
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
How to add Google Analytics code to Drupal 7

I want to add my Google Analytics code to my Drupal site without using the module. I read threads related …

php drupal drupal-7 google-analytics drupal-theming
Display uploaded image - Drupal 7 Form API

Here is my form field for users to upload their company logo: $form['company_logo'] = array( '#type' => 'managed_…

php drupal file-upload drupal-7 form-api
Drupal 7 - input form readonly and apply style

I need to apply style and read-only property to an input element of a drupal form. I coded the following: $…

drupal drupal-7 drupal-fapi
How to programmatically bulk create/update aliases in Drupal 7

How to programmatically bulk alias node urls by using only drupal 7 core (with it's great batch API !)? My question is …

drupal drupal-7 pathauto drupal-path-aliases
Drupal 7: Template for user registration page?

How would I make a template for the user registration page? I want to theme the entire page, not just …

drupal drupal-7 drupal-theming drupal-templates
Drupal 7 views filter by dynamic taxonomy term

I have a few pages (services), each with it's own taxonomy term. I would like to add a view to …

drupal-7 drupal-views drupal-taxonomy
How to display and hide Drupal 7 fields, based on value of a specific field

What I am trying to do here is controlling how a group of fields are showing up on node view. …

drupal drupal-7 cck drupal-fields