Drupal 7 is the Drupal version that was officially released on January 5, 2011.
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-modulesI am looking for the best way to get a field value from a node id. My actually code works …
drupal drupal-7 drupal-fieldsI have a query in Drupal 7 that is searching a custom table: $query5 = "SELECT COUNT(reservation_id) as rcount5, reservation_…
mysql drupal-7 drupal-modulesI 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-themingHere is my form field for users to upload their company logo: $form['company_logo'] = array( '#type' => 'managed_…
php drupal file-upload drupal-7 form-apiI need to apply style and read-only property to an input element of a drupal form. I coded the following: $…
drupal drupal-7 drupal-fapiHow 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-aliasesHow 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-templatesI 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-taxonomyWhat 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