Drupal 7 is the Drupal version that was officially released on January 5, 2011.
How can I check Drupal log files? I'm using Ubuntu 10.10 + Apache2 + PHP 5.33 + MySQL and Drupal 7.
drupal drupal-7I am after the default .htaccess code for Drupal 7, for some reason the install did not update the .htaccess file …
drupal .htaccess drupal-7In Drupal 6, it was easy to insert a block into a template with the following code: $block = module_invoke('views', …
drupal drupal-theming drupal-7I'm writing my own Drupal 7 module, and like to use JQuery in it. $('#field').toggle(); But I'm getting this …
javascript jquery drupal drupal-7Goal: To send an email with a list of URLs generated from nodes. In my custom module I have managed …
php drupal drupal-7I would like to get the image path of a field. I'm in a node and I need the Url …
drupal drupal-7It is quite possible that I'm just looking for help finding the name of a function that already exists within …
drupal drupal-7 drupal-theming drupal-themesI am trying to modify the HTML output in a Drupal 7 theme that I am creating. Basically, instead of the &…
drupal-7 drupal-themesIs it possible to add an image to a node programmatically?
drupal drupal-7The whole problem is following: Lets say we have Items, Items can have Bids, Items can have Questions and Question …
drupal drupal-7