By designerdre101 on
Hey Everyone I'm new to Drupal and need a hand adding an image upload field to a content type. The situation is that I have a news content type for news pages and need to facilitate an image being associated with each news post.
Any help would be much appreciated!
Comments
_
These days I recommend the http://drupal.org/project/imagefield module which has been added to core for d7.
Adding Image upload field to a content type
Hi,
Because you are using drupal5, you can install cck module and imagefield module
http://drupal.org/project/cck
http://drupal.org/project/imagefield
Then configure your content type so that image gets associated with each new post.
Thanks