Top "Drupal-7" questions

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

How can I check Drupal log files?

How can I check Drupal log files? I'm using Ubuntu 10.10 + Apache2 + PHP 5.33 + MySQL and Drupal 7.

drupal drupal-7
Drupal 7 Default .htaccess

I am after the default .htaccess code for Drupal 7, for some reason the install did not update the .htaccess file …

drupal .htaccess drupal-7
How to insert a block into a node or template in Drupal 7?

In Drupal 6, it was easy to insert a block into a template with the following code: $block = module_invoke('views', …

drupal drupal-theming drupal-7
Using JQuery in Drupal 7

I'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-7
Getting the URL of a node in Drupal 7

Goal: To send an email with a list of URLs generated from nodes. In my custom module I have managed …

php drupal drupal-7
Drupal 7 Get image field path

I would like to get the image path of a field. I'm in a node and I need the Url …

drupal drupal-7
How do I output a drupal image field?

It 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-themes
Drupal 7: Modifying menu HTML output?

I am trying to modify the HTML output in a Drupal 7 theme that I am creating. Basically, instead of the &…

drupal-7 drupal-themes
Attaching image files to nodes programmatically in Drupal 7

Is it possible to add an image to a node programmatically?

drupal drupal-7
How to display node/add/sometype form on another page?

The whole problem is following: Lets say we have Items, Items can have Bids, Items can have Questions and Question …

drupal drupal-7