Top "Drupal-7" questions

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

Inline add/edit/delete data in views in Drupal 7

I am trying to create a content type (say Meter). Each Meter consists of a "Meter Reading". This meter reading …

drupal-7 drupal-views
drupal 7 ajax form rebuild form to change form_state value

I have one drupal form, i want it works as "add one more": there is one button at the end …

drupal-7 drupal-forms drupal-ajax
theming "field collection" in node pages drupal 7

Drupal 7 "field collection" - If I want to theme a node page which has a "field collection", how do I …

drupal collections drupal-7 field drupal-theming
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in xxx/xxx/xxx/xxx

I have hosted one drupal website in godaddy. but now a days I am fighting with most weird problem "Fatal …

php drupal-7 fatal-error
Drupal 7: Add view to content type

I've been making a template for a particular content type, but just ran into a problem: I need to embed …

drupal drupal-7 drupal-views drupal-theming drupal-panels
Add Table Join, Where, and Order By to Views Query in views_query_alter()

I am trying to modify the query for Views in Drupal (Views version 3, Drupal version 7). What I want to do …

drupal drupal-7 drupal-views
Drupal 7 redirect to a specific page (a tab) after form submit

I'm trying to redirect the page after i submited the form. The form is at the page 'formulaires/demande-de-subvention-pour-les-entraineurs' and …

php drupal drupal-7 drupal-modules
How to add custom fields to blocks in Drupal 7?

I'd like to be able to add custom fields to blocks in Drupal? I have a header area that spans …

drupal drupal-7 drupal-blocks
How to disable and uninstall a Drupal module programmatically?

I want to be able to disable and then uninstall a module programmatically on my local environment and then easily …

php drupal drupal-7 drupal-modules