Getting the field_image path in Drupal 7

Hey everyone,

In Drupal 6, I would do the following to get images in my node--articles.tpl.php page:

<?php
$cck_images = $node->field_image;

if (count($cck_images)>0) :
  foreach ($cck_images as $cck_image) :
    $image = theme('imagecache', 'large', $cck_image['filepath'], $cck_image['data']['alt'], $cck_image['data']['title']);
    print $image;
  endforeach;
endif;
?>

However, in Drupal 7 there is not a '['filepath']', I have tried using:

Bound content type for a Category

I want to post contents (blogs) in certain Categories in Drupal 7. But I can't find where to do it.
I remember, in Drupal 6, it was under Post Setting.

Pls help

Simple Custom Theme Development

Please provide a quote for option A and/or B.
Email quotes to daniel at jamesriverpress.com
Send a link showcasing your three most recent projects and describe your part in the project.
If anything is not clear or you need further clarification please ask.
Theme must have clean code with documentation.
Theme may be based off a preexisting theme.

New to Drupal

I am an absolute begginer, I am starting from 0, what is a good begginers book to learn this wonderful Drupal CMS?

and How can I start to use WAMP and Drupal?

Thanks

Ariel

Link colour

is there a way i can turn off hyperlink colours so they are automatic?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x